]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/raw.h
Fix build with hardcoded tables
[ffmpeg] / libavcodec / raw.h
index 824b8c719a46c791945d2f5d75c0cbcb01629c62..4eece61e971daaf4aa87558e5690d9242996340a 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/raw.h
+ * @file
  * Raw Video Codec
  */
 
@@ -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 */