Commit 35164ffe authored by Alexander Strange's avatar Alexander Strange

Correct truncated ID3v1 genre name.

Originally committed as revision 20843 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0e500e0d
...@@ -164,7 +164,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = { ...@@ -164,7 +164,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
[137] = "Heavy Metal", [137] = "Heavy Metal",
[138] = "Black Metal", [138] = "Black Metal",
[139] = "Crossover", [139] = "Crossover",
[140] = "Contemporary C", [140] = "Contemporary Christian",
[141] = "Christian Rock", [141] = "Christian Rock",
[142] = "Merengue", [142] = "Merengue",
[143] = "Salsa", [143] = "Salsa",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment