[FFmpeg-cvslog] r10704 - trunk/libavformat/oggparsevorbis.c

mru subversion
Thu Oct 11 00:58:16 CEST 2007


Author: mru
Date: Thu Oct 11 00:58:16 2007
New Revision: 10704

Log:
remove duplicate Vorbis comment tag handling


Modified:
   trunk/libavformat/oggparsevorbis.c

Modified: trunk/libavformat/oggparsevorbis.c
==============================================================================
--- trunk/libavformat/oggparsevorbis.c	(original)
+++ trunk/libavformat/oggparsevorbis.c	Thu Oct 11 00:58:16 2007
@@ -102,10 +102,6 @@ vorbis_comment(AVFormatContext * as, uin
                 as->track = atoi(ct);
             else if (!strcmp(tt, "ALBUM"))
                 av_strlcpy(as->album, ct, sizeof(as->album));
-            else if (!strcmp(tt, "GENRE"))
-                av_strlcpy(as->genre, ct, sizeof(as->genre));
-            else if (!strcmp(tt, "DESCRIPTION"))
-                av_strlcpy(as->comment, ct, sizeof(as->comment));
         }
     }
 




More information about the ffmpeg-cvslog mailing list