]> git.sesse.net Git - ffmpeg/commit
AVFormatContext: add metadata_header_padding field
authorJames Darnley <james.darnley@gmail.com>
Sun, 29 Dec 2013 21:42:33 +0000 (22:42 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 24 Jan 2014 21:33:21 +0000 (22:33 +0100)
commit86bee7984e30cf7df6ad353be7c5153f5988e797
tree040e64e01cf34c98fe37ec9652bddc64e2f90a34
parent1d073850538694f6341e7f09cf5f8b30839df5d7
AVFormatContext: add metadata_header_padding field

This field is used to store the number of bytes that should be written
as padding to a metadata header of a file.  For example:
 - The FLAC format's METADATA_BLOCK_PADDING [1]
 - The ID3v2 tag format's padding           [2]

[1] http://xiph.org/flac/format.html#metadata_block_padding
[2] http://id3.org/id3v2.3.0#ID3v2_overview

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/avformat.h
libavformat/options_table.h
libavformat/utils.c
libavformat/version.h