diff raw.h @ 11751:378caf7b42ef libavcodec

Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. The new name is shorter and consistent with the FFmpeg style.
author stefano
date Thu, 20 May 2010 23:09:11 +0000
parents 7dd2a45249a9
children
line wrap: on
line diff
--- a/raw.h	Thu May 20 21:27:01 2010 +0000
+++ b/raw.h	Thu May 20 23:09:11 2010 +0000
@@ -34,6 +34,6 @@
     unsigned int fourcc;
 } PixelFormatTag;
 
-extern const PixelFormatTag ff_raw_pixelFormatTags[];
+extern const PixelFormatTag ff_raw_pix_fmt_tags[];
 
 #endif /* AVCODEC_RAW_H */