diff options
author | Benjamin Kerensa <bkerensa@ubuntu.com> | 2013-01-04 10:11:29 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-04 10:11:29 +0100 |
commit | 95016fd1c8e1df5550d55eac1e3641970f7b38a0 (patch) | |
tree | b83d4ef4395849a490371f52f1080bc4b3977af1 /libavformat/id3v1.c | |
parent | b888cea9cb2a01276ce026a5abe90ad57e042444 (diff) | |
download | ffmpeg-95016fd1c8e1df5550d55eac1e3641970f7b38a0.tar.gz |
Fix id3v1 tag spelling.
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 2d1e806920..272f20b730 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", |