summaryrefslogtreecommitdiff
path: root/libavcodec/raw.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-20 23:09:11 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-05-20 23:09:11 +0000
commit6531b5c9f4388d28183be8f04d6cf2b42a2eee93 (patch)
tree74b7342512bd6af5115b13c9ba7e17d57c8f093d /libavcodec/raw.h
parent4d2f703a34bae1bf0a56a751fa5546466ac1f03c (diff)
Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.
The new name is shorter and consistent with the FFmpeg style. Originally committed as revision 23206 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 */