comparison jpeglsdec.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 1d83e9c34641
children e9d9d946f213
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
23 /** 23 /**
24 * @file jpeglsdec.h 24 * @file jpeglsdec.h
25 * JPEG-LS decoder. 25 * JPEG-LS decoder.
26 */ 26 */
27 27
28 #ifndef FFMPEG_JPEGLSDEC_H 28 #ifndef AVCODEC_JPEGLSDEC_H
29 #define FFMPEG_JPEGLSDEC_H 29 #define AVCODEC_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 /* FFMPEG_JPEGLSDEC_H */ 41 #endif /* AVCODEC_JPEGLSDEC_H */