comparison id3v1.c @ 5447:1c7cdbafd33c libavformat

More ID3v1 genres from ffmbc.
author michael
date Sun, 13 Dec 2009 20:51:38 +0000
parents eb33b7205b3c
children 97b8e17cfbd4
comparison
equal deleted inserted replaced
5446:4211f91f69b1 5447:1c7cdbafd33c
147 [121] = "Punk Rock", 147 [121] = "Punk Rock",
148 [122] = "Drum Solo", 148 [122] = "Drum Solo",
149 [123] = "A capella", 149 [123] = "A capella",
150 [124] = "Euro-House", 150 [124] = "Euro-House",
151 [125] = "Dance Hall", 151 [125] = "Dance Hall",
152 [126] = "Goa",
153 [127] = "Drum & Bass",
154 [128] = "Club-House",
155 [129] = "Hardcore",
156 [130] = "Terror",
157 [131] = "Indie",
158 [132] = "BritPop",
159 [133] = "Negerpunk",
160 [134] = "Polsk Punk",
161 [135] = "Beat",
162 [136] = "Christian Gangsta",
163 [137] = "Heavy Metal",
164 [138] = "Black Metal",
165 [139] = "Crossover",
166 [140] = "Contemporary C",
167 [141] = "Christian Rock",
168 [142] = "Merengue",
169 [143] = "Salsa",
170 [144] = "Thrash Metal",
171 [145] = "Anime",
172 [146] = "JPop",
173 [147] = "SynthPop",
152 }; 174 };
153 175
154 static void get_string(AVFormatContext *s, const char *key, 176 static void get_string(AVFormatContext *s, const char *key,
155 const uint8_t *buf, int buf_size) 177 const uint8_t *buf, int buf_size)
156 { 178 {