OSDN Git Service

remove unused code
authorAurelien Jacobs <aurel@gnuage.org>
Mon, 15 Oct 2007 22:49:31 +0000 (22:49 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Mon, 15 Oct 2007 22:49:31 +0000 (22:49 +0000)
Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/electronicarts.c

index 9a9e770..3ab3e8b 100644 (file)
@@ -247,10 +247,6 @@ static int ea_read_packet(AVFormatContext *s,
             url_fseek(pb, chunk_size, SEEK_CUR);
             break;
         }
-
-        /* ending packet */
-        if (chunk_type == SCEl_TAG) {
-        }
     }
 
     return ret;