X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foptions_table.h;h=9bc8edda358144f0cb87d3f865c5f135c65d395b;hb=eb45a2188fb8d018bb5fbb0b54706c9e7b6a3749;hp=62c5bb40a39776811b72cb9f158d92d7331301fa;hpb=c7c138e411dec64a80782ee230837f8a0925726d;p=ffmpeg diff --git a/libavformat/options_table.h b/libavformat/options_table.h index 62c5bb40a39..9bc8edda358 100644 --- a/libavformat/options_table.h +++ b/libavformat/options_table.h @@ -53,6 +53,7 @@ static const AVOption avformat_options[] = { {"bitexact", "do not write random/volatile data", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_BITEXACT }, 0, 0, E, "fflags" }, {"shortest", "stop muxing with the shortest stream", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_SHORTEST }, 0, 0, E, "fflags" }, {"autobsf", "add needed bsfs automatically", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_AUTO_BSF }, 0, 0, E, "fflags" }, +{"metacube", "wrap output data in Metacube", 0, AV_OPT_TYPE_CONST, { .i64 = AVFMT_FLAG_METACUBE }, 0, 0, E, "fflags" }, {"seek2any", "allow seeking to non-keyframes on demuxer level when supported", OFFSET(seek2any), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, D}, {"analyzeduration", "specify how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D}, {"cryptokey", "decryption key", OFFSET(key), AV_OPT_TYPE_BINARY, {.dbl = 0}, 0, 0, D},