]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/options_table.h
AVFormatContext: add metadata_header_padding field
[ffmpeg] / libavformat / options_table.h
index 8145325c1c7cb506ebfd05e475bafa768f3033f2..32210422c90f76dc9a4b03eeedfc25553df504db 100644 (file)
@@ -77,6 +77,7 @@ static const AVOption avformat_options[] = {
 {"skip_initial_bytes", "set number of bytes to skip before reading header and frames", OFFSET(skip_initial_bytes), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX-1, D},
 {"correct_ts_overflow", "correct single timestamp overflows", OFFSET(correct_ts_overflow), AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, D},
 {"flush_packets", "enable flushing of the I/O context after each packet", OFFSET(flush_packets), AV_OPT_TYPE_INT, {.i64 = 1}, 0, 1, E},
+{"metadata_header_padding", "set number of bytes to be written as padding in a metadata header", OFFSET(metadata_header_padding), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, E},
 {NULL},
 };