On Wed, 29 Feb 2012 01:44:39 -0500, Justin Ruggles <[email protected]> wrote: > --- > libavcodec/libvorbis.c | 13 +++++++++++-- > 1 files changed, 11 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c > index 030da2a..ee24b4f 100644 > --- a/libavcodec/libvorbis.c > +++ b/libavcodec/libvorbis.c > @@ -61,6 +61,11 @@ static const AVOption options[] = { > { "iblock", "Sets the impulse block bias", offsetof(OggVorbisContext, > iblock), AV_OPT_TYPE_DOUBLE, { .dbl = 0 }, -15, 0, AV_OPT_FLAG_AUDIO_PARAM | > AV_OPT_FLAG_ENCODING_PARAM }, > { NULL } > }; > + > +static const AVCodecDefault defaults[] = { > + { "b", "0" }, > +};
This needs to be terminated. Otherwise looks fine. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
