Skip to content
Snippets Groups Projects
Commit 059baac9 authored by Aurelien Jacobs's avatar Aurelien Jacobs
Browse files

remove unused code

Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c3527cc9
Branches
Tags
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment