demux_mpg_probe() seek to the initial position before returning - patch by reimar

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22112 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-02-03 14:09:47 +00:00
parent 8266955613
commit 3a250aa0f1
1 changed files with 2 additions and 0 deletions

View File

@ -673,6 +673,8 @@ static int demux_mpg_probe(demuxer_t *demuxer) {
mp_msg(MSGT_DEMUXER,MSGL_V,MSGTR_NotSystemStream);
}
}
//FIXME this shouldn't be necessary
stream_seek(demuxer->stream,tmppos);
return file_format;
}