[FFmpeg-devel] [PATCH 4/8] lavu/opt: extend AVOptionRange by second value
Lukasz Marek
lukasz.m.luki2 at gmail.com
Sat Mar 29 09:45:53 CET 2014
>
> > /**
> > + * Allows av_opt_query_ranges and av_opt_query_ranges_default to
> return more than
> > + * one instance of AVOptionRanges.
> > + */
> > +#define AV_OPT_MULTI_COMPINENT_RANGE 0x0004
>
> this should be a larger value to reduce chances of compatibility
> issues with libav (in case they use 4 for something else)
>
Changed locally to 0x1000
More information about the ffmpeg-devel
mailing list