[SCM] libav/experimental: remove duplicate Vorbis comment tag handling

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 62f2c069b8da6d71896e8ef96b333a3a3d446167
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Oct 10 22:58:16 2007 +0000

    remove duplicate Vorbis comment tag handling
    
    Originally committed as revision 10704 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/oggparsevorbis.c b/libavformat/oggparsevorbis.c
index a723bb2..be8dd3f 100644
--- a/libavformat/oggparsevorbis.c
+++ b/libavformat/oggparsevorbis.c
@@ -102,10 +102,6 @@ vorbis_comment(AVFormatContext * as, uint8_t *buf, int size)
                 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));
         }
     }
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list