Commit 155cdc1d authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

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

parent 22844487
...@@ -23,6 +23,7 @@ ...@@ -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] = { ...@@ -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",
......
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