]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/raw.h
imc: fix undefined float to int conversion
[ffmpeg] / libavcodec / raw.h
index dff1c09334ee6c96996c6fb33b42d82a491c9470..4eece61e971daaf4aa87558e5690d9242996340a 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file 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 */