[Mplayer-cvslog] CVS: main mencoder.c,1.185,1.186
Arpi of Ize
arpi at mplayerhq.hu
Thu Dec 5 00:34:32 CET 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv10379
Modified Files:
mencoder.c
Log Message:
end_at int->double, as option -endpos accepts float seconds too
patch by eviv bulgroz <ebulgroz at yahoo.com>
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- mencoder.c 12 Nov 2002 01:56:21 -0000 1.185
+++ mencoder.c 4 Dec 2002 23:34:29 -0000 1.186
@@ -286,7 +286,7 @@
enum end_at_type_t {END_AT_NONE, END_AT_TIME, END_AT_SIZE};
static enum end_at_type_t end_at_type = END_AT_NONE;
-static int end_at;
+static double end_at;
static void exit_sighandler(int x){
at_eof=1;
More information about the MPlayer-cvslog
mailing list