X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmov.c;h=c57aaeb178d3fcabd883b954a296f0af0c8d5bca;hb=23acb982a3c79e993ed45bffde4b1cfc574402df;hp=471b6ca0aee263ee4e20639841277fe385b31cc1;hpb=73e9f04ea5e80e7b99420ec4bbf6995430146ff8;p=ffmpeg diff --git a/libavformat/mov.c b/libavformat/mov.c index 471b6ca0aee..c57aaeb178d 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -4736,9 +4736,9 @@ static const AVOption mov_options[] = { {"pts", "pts", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MOV_FLAG_MFRA_PTS}, 0, 0, FLAGS, "use_mfra_for" }, { "export_all", "Export unrecognized metadata entries", OFFSET(export_all), - AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, .flags = FLAGS }, + AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, .flags = FLAGS }, { "export_xmp", "Export full XMP metadata", OFFSET(export_xmp), - AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, .flags = FLAGS }, + AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, .flags = FLAGS }, { "activation_bytes", "Secret bytes for Audible AAX files", OFFSET(activation_bytes), AV_OPT_TYPE_BINARY, .flags = AV_OPT_FLAG_DECODING_PARAM }, { "audible_fixed_key", // extracted from libAAX_SDK.so and AAXSDKWin.dll files!