changeset 5292:2568a59ac5fe libavformat

Remove extraneous const keyword
author mru
date Sat, 17 Oct 2009 14:07:28 +0000
parents c17cb5ef9c61
children f18f00a37c22
files id3v2.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/id3v2.h	Sat Oct 17 11:15:45 2009 +0000
+++ b/id3v2.h	Sat Oct 17 14:07:28 2009 +0000
@@ -58,6 +58,6 @@
  * 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 */