[FFmpeg-cvslog] Revert "Fix id3v1 tag spelling."

Carl Eugen Hoyos git at videolan.org
Fri Jan 4 10:34:18 CET 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Jan  4 10:29:31 2013 +0100| [2284448775f044057b06763746afe310ca0ccff3] | committer: Carl Eugen Hoyos

Revert "Fix id3v1 tag spelling."

The misspelling is used in the specification.

This reverts commit 95016fd1c8e1df5550d55eac1e3641970f7b38a0.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2284448775f044057b06763746afe310ca0ccff3
---

 libavformat/id3v1.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c
index 272f20b..2d1e806 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",



More information about the ffmpeg-cvslog mailing list