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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to