comparison raw.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 810df021dbef
children c4a4495715dd
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
22 /** 22 /**
23 * @file raw.h 23 * @file raw.h
24 * Raw Video Codec 24 * Raw Video Codec
25 */ 25 */
26 26
27 #ifndef AVCODEC_RAW_H 27 #ifndef FFMPEG_RAW_H
28 #define AVCODEC_RAW_H 28 #define FFMPEG_RAW_H
29 29
30 #include "avcodec.h" 30 #include "avcodec.h"
31 31
32 typedef struct PixelFormatTag { 32 typedef struct PixelFormatTag {
33 int pix_fmt; 33 int pix_fmt;
34 unsigned int fourcc; 34 unsigned int fourcc;
35 } PixelFormatTag; 35 } PixelFormatTag;
36 36
37 extern const PixelFormatTag ff_raw_pixelFormatTags[]; 37 extern const PixelFormatTag ff_raw_pixelFormatTags[];
38 38
39 #endif /* AVCODEC_RAW_H */ 39 #endif /* FFMPEG_RAW_H */