diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-02-19 15:29:06 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-03-24 06:07:51 +0100 |
commit | 5a7e35dd2351c30bab45177b9482cb8833a0ca78 (patch) | |
tree | 60b6fc7dc5d4a2f3a0a342548392e751214ec3d3 /doc | |
parent | 25b32586566f285d797737863c97a1c5c9c84e2b (diff) | |
download | ffmpeg-5a7e35dd2351c30bab45177b9482cb8833a0ca78.tar.gz |
Add replaygain side data type and code for parsing replaygain tags.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 120ba8339d..afeec8c3b7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,13 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-02-xx - xxxxxxx - lavu 53.07.0 - frame.h, replaygain.h + Add AV_FRAME_DATA_REPLAYGAIN for exporting replaygain tags. + Add a new header replaygain.h with the AVReplayGain struct. + +2014-02-xx - xxxxxxx - lavc 55.36.0 - avcodec.h + Add AV_PKT_DATA_REPLAYGAIN for exporting replaygain tags. + 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) |