[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
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.27,1.28 opts.c,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux ai_alsa.c,1.2,1.3 ai_oss.c,1.3,1.4 audio_in.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.27,1.28 opts.c,1.15,1.16
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux ai_alsa.c,1.2,1.3 ai_oss.c,1.3,1.4 audio_in.c,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list