Mercurial > mplayer.hg
changeset 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 | 08608b5bb39a |
children | 7a51e10ceef4 |
files | libmpdemux/demux_mf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;