[FFmpeg-cvslog] Fix id3v1 tag spelling.
Benjamin Kerensa
git at videolan.org
Fri Jan 4 10:12:20 CET 2013
ffmpeg | branch: master | Benjamin Kerensa <bkerensa at ubuntu.com> | Fri Jan 4 10:11:29 2013 +0100| [95016fd1c8e1df5550d55eac1e3641970f7b38a0] | committer: Carl Eugen Hoyos
Fix id3v1 tag spelling.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95016fd1c8e1df5550d55eac1e3641970f7b38a0
---
libavformat/id3v1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c
index 2d1e806..272f20b 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",
More information about the ffmpeg-cvslog
mailing list