diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-04 10:29:31 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-04 10:29:31 +0100 |
commit | 2284448775f044057b06763746afe310ca0ccff3 (patch) | |
tree | 9bc033fcf7bd9b1390d1c6e013a1f446c3269b79 /libavformat/id3v1.c | |
parent | 95016fd1c8e1df5550d55eac1e3641970f7b38a0 (diff) | |
download | ffmpeg-2284448775f044057b06763746afe310ca0ccff3.tar.gz |
Revert "Fix id3v1 tag spelling."
The misspelling is used in the specification.
This reverts commit 95016fd1c8e1df5550d55eac1e3641970f7b38a0.
Diffstat (limited to 'libavformat/id3v1.c')
-rw-r--r-- | libavformat/id3v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c index 272f20b730..2d1e806920 100644 --- a/libavformat/id3v1.c +++ b/libavformat/id3v1.c @@ -91,7 +91,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = { [64] = "Native American", [65] = "Cabaret", [66] = "New Wave", - [67] = "Psychedelic", + [67] = "Psychadelic", [68] = "Rave", [69] = "Showtunes", [70] = "Trailer", |