summaryrefslogtreecommitdiff
path: root/libavcodec/raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/raw.h')
-rw-r--r--libavcodec/raw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/raw.h b/libavcodec/raw.h
index e74006ac3c..4eece61e97 100644
--- a/libavcodec/raw.h
+++ b/libavcodec/raw.h
@@ -34,6 +34,6 @@ typedef struct PixelFormatTag {
unsigned int fourcc;
} PixelFormatTag;
-extern const PixelFormatTag ff_raw_pixelFormatTags[];
+extern const PixelFormatTag ff_raw_pix_fmt_tags[];
#endif /* AVCODEC_RAW_H */