comparison id3v1.c @ 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
comparison
equal deleted inserted replaced
5159:e7eb86fbe4c1 5160:eb33b7205b3c
20 */ 20 */
21 21
22 #include "id3v1.h" 22 #include "id3v1.h"
23 #include "libavcodec/avcodec.h" 23 #include "libavcodec/avcodec.h"
24 24
25 const char *ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = { 25 const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
26 [0] = "Blues", 26 [0] = "Blues",
27 [1] = "Classic Rock", 27 [1] = "Classic Rock",
28 [2] = "Country", 28 [2] = "Country",
29 [3] = "Dance", 29 [3] = "Dance",
30 [4] = "Disco", 30 [4] = "Disco",