On Sun, Jan 01, 2012 at 10:07:54PM +0530, Aneesh Dogra wrote: > > --- a/libavcodec/bfi.c > +++ b/libavcodec/bfi.c > @@ -91,16 +91,17 @@ static int bfi_decode_frame(AVCodecContext * avctx, void > *data, > > - buf += 4; //Unpacked size, not required. > + buf += 4; // Unpacked size, not required.
This is correct, but why only in this line? You missed the AVCodec declaration. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
