On Sun, Mar 23, 2014 at 01:34:13AM +0100, Vittorio Giovara wrote: > --- a/libavcodec/mjpeg2jpeg_bsf.c > +++ b/libavcodec/mjpeg2jpeg_bsf.c > @@ -25,6 +25,9 @@ > */ > > #include <string.h> > + > +#include "libavutil/mem.h" > + > #include "avcodec.h" > #include "mjpeg.h"
Maybe add libavutil/error.h while you're at it. Patch LGTM. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
