On 2012-01-02 16:32:48 -0500, Justin Ruggles wrote:
> On 12/31/2011 02:51 PM, Justin Ruggles wrote:
> 
> > This does not change any current behavior, but it does more clearly define 
> > it.
> > ---
> >  avconv.c             |    2 +-
> >  libavcodec/avcodec.h |   14 ++++++++++----
> >  libavcodec/g722enc.c |    1 +
> >  libavcodec/pcm.c     |    1 +
> >  4 files changed, 13 insertions(+), 5 deletions(-)
> > 
> > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> > index 4e80de8..5946ad3 100644
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -777,6 +777,10 @@ typedef struct RcOverride{
> >   * Codec supports changed parameters at any point.
> >   */
> >  #define CODEC_CAP_PARAM_CHANGE     0x4000
> > +/**
> > + * Audio encoder supports receiving a different number of samples in each 
> > call.
> > + */
> > +#define CODEC_CAP_VARIABLE_FRAME_SIZE 0x4000
> 
> 
> this should obviously be 0x8000. forgot to change it when rebasing.
> fixed locally.

actually 0x010000

because we have
#define CODEC_CAP_AUTO_THREADS     0x8000

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

Reply via email to