summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-01 14:10:20 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-07 11:45:37 +0200
commit18ded93ab3db5996cd86fe2f5b36ba3c4bd58711 (patch)
tree0444ed3f88a8d90d34bec1d93ea7cbfa9aa9ef01 /doc
parent22333a6b19f59ebc83933b910069d00c445d01ed (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a17922e11c..e46ee48e36 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.