diff options
author | James Darnley <james.darnley@gmail.com> | 2014-01-30 14:58:18 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-30 20:37:07 +0100 |
commit | 9a6d91b6b684427f5c8aadf690ea1ffefcf4a9f9 (patch) | |
tree | 24fc97b49bb545048bc509debacd11cc6fef0fc5 | |
parent | be7b76230fb25ca53999af9ea13200b96a74e414 (diff) | |
download | ffmpeg-9a6d91b6b684427f5c8aadf690ea1ffefcf4a9f9.tar.gz |
Changelog: add entries relating to metadata_header_padding
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | Changelog | 2 | ||||
-rw-r--r-- | doc/APIchanges | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,8 @@ version <next> - XYZ12 rawvideo support in NUT - Exif metadata support in WebP decoder - OpenGL device +- Use metadata_header_padding to control padding in ID3 tags (currently used in + MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block. version 2.1: diff --git a/doc/APIchanges b/doc/APIchanges index ed99bfd96f..6b274e7c02 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -23,6 +23,10 @@ API changes, most recent first: lavf 55.27.100 - avformat.h Add avdevice_app_to_dev_control_message() function +2014-01-24 - 86bee79 - lavf 55.26.100 - avformat.h + New AVFormatContext option metadata_header_padding to allow control over the + amount of padding added. + 2014-01-xx - xxxxxxx - lavc 55.32.1 - avcodec.h Edges are not required anymore on video buffers allocated by get_buffer2() (i.e. as if the CODEC_FLAG_EMU_EDGE flag was always on). Deprecate |