On Wed, 22 Apr 2015 17:10:30 +0200
Nicolas George <geo...@nsup.org> wrote:

> Le tridi 3 floréal, an CCXXIII, wm4 a écrit :
> >  #define AVFMT_FLAG_KEEP_SIDE_DATA 0x40000 ///< Don't merge side data but 
> > keep it separate.
> > +#define AVFMT_FLAG_FAST_SEEK   0x80000 ///< Enable fast, but inaccurate 
> > seeks for some formats
> 
> Better with the 0, but I suspect it needs a safety gap to avoid future
> conflicts with the fork.
> 
> Regards,
> 

AVFMT_FLAG_KEEP_SIDE_DATA already does not exist in Libav. (Mainly
because the associated side-data "inline" mechanism is 100% insane
and FFmpeg-only.)

There's actually a gap after AVFMT_FLAG_BITEXACT, which is probably
meant to avoid ABI issues if Libav adds something.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to