On Thu, Nov 05, 2015 at 09:49:32PM +0100, Nicolas George wrote:
> Le quintidi 15 brumaire, an CCXXIV, Paul B Mahol a écrit :
> > Hmm, why not simple enum/int?
> 
> Did you miss the fact that AV_OPT_TYPE_FLAG is exactly for that?
> 

AV_OPT_TYPE_FLAG is for concatenated "bool" flags (foo+bar+baz),
AV_OPT_TYPE_INT is probably what is needed here (it supports
AV_OPT_TYPE_CONST sub items)

-- 
Clément B.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to