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