Quoting Vittorio Giovara (2015-11-08 20:01:27)
> On Sun, Nov 8, 2015 at 2:29 PM, Anton Khirnov <[email protected]> wrote:
> > ---
> >  libavcodec/avcodec.h | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> > index e368d6b..b274ecd 100644
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -699,11 +699,11 @@ typedef struct RcOverride{
> >   * interlaced motion estimation
> >   */
> >  #define AV_CODEC_FLAG_INTERLACED_ME   (1 << 29)
> > +#define AV_CODEC_FLAG_CLOSED_GOP      (1 << 31)
> > +
> >  /**
> >   * Allow non spec compliant speedup tricks.
> >   */
> > -#define AV_CODEC_FLAG_CLOSED_GOP      (1 << 31)
> > -
> >  #define AV_CODEC_FLAG2_FAST           (1 <<  0)
> >  /**
> >   * Skip bitstream encoding.
> > --
> > 2.0.0
> 
> ok, but would it be possible to document the CLOSED_GOP flag while at it?

Stab. It's not "while at it". Moving stuff around because it's broken
has nothing whatsoever to do with writing new documentation.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to