1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 04:42:10 +00:00

Fix this 10L for wich i got so good bugreports :(((

Thx to Sascha.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9946 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2003-04-20 14:31:20 +00:00
parent a6ad7e3d2a
commit b104833775

View File

@ -74,7 +74,7 @@ demuxer_t* demux_open_mf(demuxer_t* demuxer){
mp_msg(MSGT_DEMUX, MSGL_INFO, "[demux_mf] file type was not set! trying 'type=%s'...\n", mf_type);
}
mf=open_mf(demuxer->stream->url);
mf=open_mf(demuxer->stream->url + 5);
if(!mf) return NULL;
mf->curr_frame=0;