Mercurial > mplayer.hg
diff libmpdemux/demux_mf.c @ 9945:3fc0faa861cb
Fix this 10L for wich i got so good bugreports :(((
Thx to Sascha.
author | albeu |
---|---|
date | Sun, 20 Apr 2003 14:31:20 +0000 |
parents | 87e03d96a4cd |
children | e33317c4d9af |
line wrap: on
line diff
--- a/libmpdemux/demux_mf.c Sun Apr 20 13:06:27 2003 +0000 +++ b/libmpdemux/demux_mf.c Sun Apr 20 14:31:20 2003 +0000 @@ -74,7 +74,7 @@ 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;