diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-15 22:49:31 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-15 22:49:31 +0000 |
commit | 059baac9c8de393914d8e44eac1e370b80a37abc (patch) | |
tree | 082c5608556a6aaca4b8eea90d61a2b96094722a /libavformat | |
parent | c3527cc973d872e63ef7d8a9395515e70306e236 (diff) | |
download | ffmpeg-059baac9c8de393914d8e44eac1e370b80a37abc.tar.gz |
remove unused code
Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/electronicarts.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 9a9e770918..3ab3e8b33c 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -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; |