Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
9944:08608b5bb39a | 9945:3fc0faa861cb |
---|---|
72 } | 72 } |
73 mf_type=strdup(p+1); | 73 mf_type=strdup(p+1); |
74 mp_msg(MSGT_DEMUX, MSGL_INFO, "[demux_mf] file type was not set! trying 'type=%s'...\n", mf_type); | 74 mp_msg(MSGT_DEMUX, MSGL_INFO, "[demux_mf] file type was not set! trying 'type=%s'...\n", mf_type); |
75 } | 75 } |
76 | 76 |
77 mf=open_mf(demuxer->stream->url); | 77 mf=open_mf(demuxer->stream->url + 5); |
78 if(!mf) return NULL; | 78 if(!mf) return NULL; |
79 mf->curr_frame=0; | 79 mf->curr_frame=0; |
80 | 80 |
81 demuxer->movi_start = 0; | 81 demuxer->movi_start = 0; |
82 demuxer->movi_end = mf->nr_of_files - 1; | 82 demuxer->movi_end = mf->nr_of_files - 1; |