Add a comment about an intentional misspelling to the id3v1 tags.

This commit is contained in:
Carl Eugen Hoyos 2013-01-04 10:32:39 +01:00
parent 2284448775
commit 155cdc1d05

View File

@ -23,6 +23,7 @@
#include "libavcodec/avcodec.h" #include "libavcodec/avcodec.h"
#include "libavutil/dict.h" #include "libavutil/dict.h"
/* See Genre List at http://id3.org/id3v2.3.0 */
const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = { const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
[0] = "Blues", [0] = "Blues",
[1] = "Classic Rock", [1] = "Classic Rock",
@ -91,7 +92,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
[64] = "Native American", [64] = "Native American",
[65] = "Cabaret", [65] = "Cabaret",
[66] = "New Wave", [66] = "New Wave",
[67] = "Psychadelic", [67] = "Psychadelic", /* sic, the misspelling is used in the specification */
[68] = "Rave", [68] = "Rave",
[69] = "Showtunes", [69] = "Showtunes",
[70] = "Trailer", [70] = "Trailer",