On Sat, Jul 05, 2014 at 09:19:59AM +0000, Anton Khirnov wrote: > --- a/libavcodec/adx.c > +++ b/libavcodec/adx.c > @@ -80,3 +80,11 @@ int avpriv_adx_decode_header(AVCodecContext *avctx, const > uint8_t *buf, > + > +#if LIBAVCODEC_VERSION_MAJOR < 56 > +int avpriv_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf, > + int bufsize, int *header_size, int *coeff)
Why not use a proper FF_API_ADX or so define here? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
