lavc: add format field to AVFrame
The format is a per-frame property, having it in AVFrame simplify the operation of extraction of that information, since avoids the need to access the codec/stream context.
This commit is contained in:
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2011-05-07 - xxxxxxx - lavc 53.5.0 - AVFrame
|
||||
Add format field to AVFrame.
|
||||
|
||||
2011-05-07 - xxxxxxx - lavc 53.4.0 - AVFrame
|
||||
Add width and height fields to AVFrame.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user