diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-27 13:03:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-27 13:03:53 +0000 |
commit | 67b678bb4007a8e457a46d5f241e1c233932d8ce (patch) | |
tree | 23ea6b5d99c6bb212ee0a34fd014454e1c9a3c9d /libavformat/id3v1.c | |
parent | 5116571dcd18fa4c288226bea6dec602c1cf0d84 (diff) | |
download | ffmpeg-67b678bb4007a8e457a46d5f241e1c233932d8ce.tar.gz |
Revert Revision: 21473
Log:
Fix misc typos, patch by
Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==).
This violates the spec.
Originally committed as revision 21478 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 09172ae0a2..845697f13e 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", |