[Mplayer-cvslog] CVS: main mencoder.c,1.154,1.155

Arpi of Ize arpi at mplayerhq.hu
Sun Sep 1 00:29:44 CEST 2002


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

Modified Files:
	mencoder.c 
Log Message:
seek frameno.avi too - idea by cpro at posta.unizar.es


Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- mencoder.c	31 Aug 2002 18:24:56 -0000	1.154
+++ mencoder.c	31 Aug 2002 22:29:28 -0000	1.155
@@ -841,6 +841,7 @@
         sscanf(seek_to_sec, "%f", &d);
 
     demux_seek(demuxer, d, 1);
+    if(demuxer2) demux_seek(demuxer2, d, 1);
 }
 
 if(tv_param_on == 1) 




More information about the MPlayer-cvslog mailing list