comparison 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
comparison
equal deleted inserted replaced
11750:d7a5fc4b7aee 11751:378caf7b42ef
32 typedef struct PixelFormatTag { 32 typedef struct PixelFormatTag {
33 enum PixelFormat pix_fmt; 33 enum PixelFormat pix_fmt;
34 unsigned int fourcc; 34 unsigned int fourcc;
35 } PixelFormatTag; 35 } PixelFormatTag;
36 36
37 extern const PixelFormatTag ff_raw_pixelFormatTags[]; 37 extern const PixelFormatTag ff_raw_pix_fmt_tags[];
38 38
39 #endif /* AVCODEC_RAW_H */ 39 #endif /* AVCODEC_RAW_H */