diff jpeglsenc.c @ 5045:f0e079daad30 libavcodec

move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
author aurel
date Sat, 19 May 2007 15:06:34 +0000
parents ddb28de352bb
children 4dbe6578f811
line wrap: on
line diff
--- a/jpeglsenc.c	Sat May 19 14:58:31 2007 +0000
+++ b/jpeglsenc.c	Sat May 19 15:06:34 2007 +0000
@@ -28,6 +28,7 @@
 #include "avcodec.h"
 #include "bitstream.h"
 #include "golomb.h"
+#include "dsputil.h"
 #include "mjpeg.h"
 #include "jpegls.h"