Commit b6cd8c31 authored by bcoudurier's avatar bcoudurier

remove useless seek

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11236 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a1b2b0b7
......@@ -1443,10 +1443,6 @@ static int mov_read_header(AVFormatContext *s, AVFormatParameters *ap)
}
dprintf(mov->fc, "on_parse_exit_offset=%d\n", (int) url_ftell(pb));
/* some cleanup : make sure we are on the mdat atom */
if(!url_is_streamed(pb) && (url_ftell(pb) != mov->mdat_offset))
url_fseek(pb, mov->mdat_offset, SEEK_SET);
mov->total_streams = s->nb_streams;
for(i=0; i<mov->total_streams; i++) {
......
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