comparison jpeglsdec.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents ddb28de352bb
children 1d83e9c34641
comparison
equal deleted inserted replaced
5161:94c3f01c243c 5162:4394344397d8
27 27
28 #ifndef JPEGLSDEC_H 28 #ifndef JPEGLSDEC_H
29 #define JPEGLSDEC_H 29 #define JPEGLSDEC_H
30 30
31 #include "mjpeg.h" 31 #include "mjpeg.h"
32 #include "mjpegdec.h"
32 33
33 /** 34 /**
34 * Decode LSE block with initialization parameters 35 * Decode LSE block with initialization parameters
35 */ 36 */
36 int ff_jpegls_decode_lse(MJpegDecodeContext *s); 37 int ff_jpegls_decode_lse(MJpegDecodeContext *s);