aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-24 13:41:49 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-24 13:41:49 +0100
commit595ba3b96258538566d6f42113dd0180aaee87c4 (patch)
treed589db49525821e4a074efeb985dd8a3e6c59c3b /doc
parentbd34e26b27e9ec83727dedd1c04c40d8a245cfa8 (diff)
parent25b32586566f285d797737863c97a1c5c9c84e2b (diff)
downloadffmpeg-595ba3b96258538566d6f42113dd0180aaee87c4.tar.gz
Merge commit '25b32586566f285d797737863c97a1c5c9c84e2b'
* commit '25b32586566f285d797737863c97a1c5c9c84e2b': lavf: add an AVStream field for exporting stream-global side data Conflicts: libavformat/utils.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7183dae929..9b4e0f3c57 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-02-xx - xxxxxxx - lavf 55.13.0 - avformat.h
+ Add AVStream.side_data and AVStream.nb_side_data for exporting stream-global
+ side data (e.g. replaygain tags, video rotation)
+
2014-02-xx - xxxxxxx - lavc 55.35.0 - avcodec.h
Give the name AVPacketSideData to the previously anonymous struct used for
AVPacket.side_data.