comparison 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
comparison
equal deleted inserted replaced
5044:924fdd6175b1 5045:f0e079daad30
26 */ 26 */
27 27
28 #include "avcodec.h" 28 #include "avcodec.h"
29 #include "bitstream.h" 29 #include "bitstream.h"
30 #include "golomb.h" 30 #include "golomb.h"
31 #include "dsputil.h"
31 #include "mjpeg.h" 32 #include "mjpeg.h"
32 #include "jpegls.h" 33 #include "jpegls.h"
33 34
34 35
35 /** 36 /**