[FFmpeg-cvslog] Add a comment about an intentional misspelling to the id3v1 tags.

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:32:39 2013 +0100| [155cdc1d05e9a5e81e0557e4b23673cc18a34ee9] | committer: Carl Eugen Hoyos

Add a comment about an intentional misspelling to the id3v1 tags.

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

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

diff --git a/libavformat/id3v1.c b/libavformat/id3v1.c
index 2d1e806..d73adc7 100644
--- a/libavformat/id3v1.c
+++ b/libavformat/id3v1.c
@@ -23,6 +23,7 @@
 #include "libavcodec/avcodec.h"
 #include "libavutil/dict.h"
 
+/* See Genre List at http://id3.org/id3v2.3.0 */
 const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
       [0] = "Blues",
       [1] = "Classic Rock",
@@ -91,7 +92,7 @@ const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1] = {
      [64] = "Native American",
      [65] = "Cabaret",
      [66] = "New Wave",
-     [67] = "Psychadelic",
+     [67] = "Psychadelic", /* sic, the misspelling is used in the specification */
      [68] = "Rave",
      [69] = "Showtunes",
      [70] = "Trailer",



More information about the ffmpeg-cvslog mailing list