Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-02-19 15:10:32 +0400
committerAnton Khirnov <anton@khirnov.net>2014-03-24 09:07:51 +0400
commit25b32586566f285d797737863c97a1c5c9c84e2b (patch)
tree75da9bdaea35c7d4cd050414949cb23bbf133a16 /doc/APIchanges
parent0e2c3ee9a335d8a0a5edf0509e222e804d7b2619 (diff)
lavf: add an AVStream field for exporting stream-global side data
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index cfa3068c6d..120ba8339d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2013-12-xx
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.