comparison lcl.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents e21873a1c00b
children c4a4495715dd
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef AVCODEC_LCL_H 22 #ifndef FFMPEG_LCL_H
23 #define AVCODEC_LCL_H 23 #define FFMPEG_LCL_H
24 24
25 #define BMPTYPE_YUV 1 25 #define BMPTYPE_YUV 1
26 #define BMPTYPE_RGB 2 26 #define BMPTYPE_RGB 2
27 27
28 #define IMGTYPE_YUV111 0 28 #define IMGTYPE_YUV111 0
44 #define FLAGMASK_UNUSED 0xf8 44 #define FLAGMASK_UNUSED 0xf8
45 45
46 #define CODEC_MSZH 1 46 #define CODEC_MSZH 1
47 #define CODEC_ZLIB 3 47 #define CODEC_ZLIB 3
48 48
49 #endif /* AVCODEC_LCL_H */ 49 #endif /* FFMPEG_LCL_H */