[FFmpeg-devel] [PATCH] avformat/mov: Add option to ignore chapters during parsing

Moritz Barsnick barsnick at gmx.net
Tue Nov 10 10:59:17 CET 2015


On Tue, Nov 10, 2015 at 01:12:29 -0800, Bryan Huh wrote:
> @@ -5038,6 +5041,8 @@ static const AVOption mov_options[] = {
>          0, 1, FLAGS},
>      {"ignore_editlist", "", OFFSET(ignore_editlist), AV_OPT_TYPE_INT, {.i64 = 0},
>          0, 1, FLAGS},
> +    {"ignore_chapters", "", OFFSET(ignore_chapters), AV_OPT_TYPE_INT, {.i64 = 0},
> +        0, 1, FLAGS},

Wasn't AV_OPT_TYPE_BOOL recently introduced for this? (If I'm correct
in interpreting its usage, there are still a few occurances of
AV_OPT_TYPE_INT being used for this purpose - just right here for
example.)

Moritz


More information about the ffmpeg-devel mailing list