On Wed, Jun 25, 2014 at 04:21:58PM +0530, Nidhi Makhijani wrote: > --- a/libavcodec/cljr.c > +++ b/libavcodec/cljrenc.c > @@ -21,83 +21,13 @@ > > -#include "avcodec.h" > #include "get_bits.h" > #include "internal.h" > #include "put_bits.h" > > -#if CONFIG_CLJR_ENCODER > static av_cold int encode_init(AVCodecContext *avctx)
The new file uses AVCodecContext, which is defined in avcodec.h. If you drop header includes, you need to ensure they really are no longer required. probably OK otherwise Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
