On Thu, Jun 26, 2014 at 11:04:11PM +0530, Nidhi Makhijani wrote: > --- a/libavcodec/cljr.c > +++ b/libavcodec/cljrdec.c > @@ -21,15 +21,13 @@ > > #include "avcodec.h" > #include "get_bits.h" > #include "internal.h" > -#include "put_bits.h"
Dropping put_bits.h for the decoder is correct, but .. > --- a/libavcodec/cljr.c > +++ b/libavcodec/cljrenc.c > @@ -29,75 +29,6 @@ > #include "internal.h" > #include "put_bits.h" .. you should drop get_bits.h for the encoer. OK otherwise. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
