1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

remove unused code

Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs
2007-10-15 22:49:31 +00:00
parent c3527cc973
commit 059baac9c8

View 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;