comparison jpeglsdec.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 4394344397d8
children c4a4495715dd
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
23 /** 23 /**
24 * @file jpeglsdec.h 24 * @file jpeglsdec.h
25 * JPEG-LS decoder. 25 * JPEG-LS decoder.
26 */ 26 */
27 27
28 #ifndef JPEGLSDEC_H 28 #ifndef FFMPEG_JPEGLSDEC_H
29 #define JPEGLSDEC_H 29 #define FFMPEG_JPEGLSDEC_H
30 30
31 #include "mjpeg.h" 31 #include "mjpeg.h"
32 #include "mjpegdec.h" 32 #include "mjpegdec.h"
33 33
34 /** 34 /**
36 */ 36 */
37 int ff_jpegls_decode_lse(MJpegDecodeContext *s); 37 int ff_jpegls_decode_lse(MJpegDecodeContext *s);
38 38
39 int ff_jpegls_decode_picture(MJpegDecodeContext *s, int near, int point_transform, int ilv); 39 int ff_jpegls_decode_picture(MJpegDecodeContext *s, int near, int point_transform, int ilv);
40 40
41 #endif /* JPEGLSDEC_H */ 41 #endif /* FFMPEG_JPEGLSDEC_H */