Hi, On Wed, Apr 6, 2011 at 5:41 PM, Brad <[email protected]> wrote: > Fix the breakage introduced with this commit.. > > diff --git a/libavcodec/parser.c b/libavcodec/parser.c > index 0c69b91..3ba3e9c 100644 > --- a/libavcodec/parser.c > +++ b/libavcodec/parser.c > @@ -105,7 +105,7 @@ void ff_fetch_timestamp(AVCodecParserContext *s, int off, > int remove){ > } > } > > -#if LIBAVCODEC_VERSION_MINOR < 53 > +#if LIBAVCODEC_VERSION_MAJOR < 53 > /** > * > * @param buf input
Uhm, yes, nice catch. Thanks. LGTM. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
