[Mplayer-cvslog] CVS: main/libmpdemux demux_mf.c,1.11,1.12

Alban Bedel CVS albeu at mplayerhq.hu
Sun Apr 20 16:31:45 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv14686/libmpdemux

Modified Files:
	demux_mf.c 
Log Message:
Fix this 10L for wich i got so good bugreports :(((
Thx to Sascha. 


Index: demux_mf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mf.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- demux_mf.c	5 Mar 2003 10:38:56 -0000	1.11
+++ demux_mf.c	20 Apr 2003 14:31:20 -0000	1.12
@@ -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;
 



More information about the MPlayer-cvslog mailing list