[FFmpeg-cvslog] r20263 - trunk/libavformat/id3v2.h
mru
subversion
Sat Oct 17 16:07:28 CEST 2009
Author: mru
Date: Sat Oct 17 16:07:28 2009
New Revision: 20263
Log:
Remove extraneous const keyword
Modified:
trunk/libavformat/id3v2.h
Modified: trunk/libavformat/id3v2.h
==============================================================================
--- trunk/libavformat/id3v2.h Sat Oct 17 13:15:45 2009 (r20262)
+++ trunk/libavformat/id3v2.h Sat Oct 17 16:07:28 2009 (r20263)
@@ -58,6 +58,6 @@ extern const AVMetadataConv ff_id3v2_met
* 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 */
More information about the ffmpeg-cvslog
mailing list