Commit 059baac9 authored by Aurelien Jacobs's avatar Aurelien Jacobs

remove unused code

Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c3527cc9
...@@ -247,10 +247,6 @@ static int ea_read_packet(AVFormatContext *s, ...@@ -247,10 +247,6 @@ static int ea_read_packet(AVFormatContext *s,
url_fseek(pb, chunk_size, SEEK_CUR); url_fseek(pb, chunk_size, SEEK_CUR);
break; break;
} }
/* ending packet */
if (chunk_type == SCEl_TAG) {
}
} }
return ret; return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment