summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-10-17 14:07:28 +0000
committerMåns Rullgård <mans@mansr.com>2009-10-17 14:07:28 +0000
commitcf671d054317121b52b895a162cbd8c8f7252f72 (patch)
treec17437ae8cf7bae74062a4492351e4d471cfec51 /libavformat/id3v2.h
parent56e6f8309e481f9eff636c93b993c8418fb18f58 (diff)
Remove extraneous const keyword
Originally committed as revision 20263 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r--libavformat/id3v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h
index 7018ebbb0b..70030d297f 100644
--- a/libavformat/id3v2.h
+++ b/libavformat/id3v2.h
@@ -58,6 +58,6 @@ extern const AVMetadataConv ff_id3v2_metadata_conv[];
* A list of ID3v2.4 text information frames.
* http://www.id3.org/id3v2.4.0-frames
*/
-extern const char const ff_id3v2_tags[][4];
+extern const char ff_id3v2_tags[][4];
#endif /* AVFORMAT_ID3V2_H */