diff id3v1.h @ 5160:eb33b7205b3c libavformat

ff_id3v1_genre_str table should be const.
author reimar
date Sun, 06 Sep 2009 08:39:41 +0000
parents 9ed3c88ed9ba
children 1c7cdbafd33c
line wrap: on
line diff
--- a/id3v1.h	Sun Sep 06 08:36:25 2009 +0000
+++ b/id3v1.h	Sun Sep 06 08:39:41 2009 +0000
@@ -31,7 +31,7 @@
 /**
  * ID3v1 genres
  */
-extern const char *ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1];
+extern const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1];
 
 /**
  * Read an ID3v1 tag