diff options
Diffstat (limited to 'libavcodec/raw.h')
-rw-r--r-- | libavcodec/raw.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/raw.h b/libavcodec/raw.h index 1110114..e600dca 100644 --- a/libavcodec/raw.h +++ b/libavcodec/raw.h @@ -24,8 +24,8 @@ * Raw Video Codec */ -#ifndef FFMPEG_RAW_H -#define FFMPEG_RAW_H +#ifndef AVCODEC_RAW_H +#define AVCODEC_RAW_H #include "avcodec.h" @@ -36,4 +36,4 @@ typedef struct PixelFormatTag { extern const PixelFormatTag ff_raw_pixelFormatTags[]; -#endif /* FFMPEG_RAW_H */ +#endif /* AVCODEC_RAW_H */ |