Commit 1debe5e0 authored by astrange's avatar astrange

Correct truncated ID3v1 genre name.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20843 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cd9d6b8a
......@@ -164,7 +164,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
[137] = "Heavy Metal",
[138] = "Black Metal",
[139] = "Crossover",
[140] = "Contemporary C",
[140] = "Contemporary Christian",
[141] = "Christian Rock",
[142] = "Merengue",
[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