diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-27 00:31:52 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-27 00:31:52 +0000 |
commit | e8a9d01846d5974011b4f3a6c26940ebbe67f594 (patch) | |
tree | 544d88cd849afd9cea54736ba1e0a08da03dce57 /libavformat/id3v1.c | |
parent | 97d5fa38e07971a2bb9e2102f27a1374b332166a (diff) | |
download | ffmpeg-e8a9d01846d5974011b4f3a6c26940ebbe67f594.tar.gz |
Fix misc typos, patch by
Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==).
Originally committed as revision 21473 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 845697f13e..09172ae0a2 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] = "Psychadelic", + [67] = "Psychedelic", [68] = "Rave", [69] = "Showtunes", [70] = "Trailer", |