diff mencoder.c @ 8355:3be7b22b6713

end_at int->double, as option -endpos accepts float seconds too patch by eviv bulgroz <ebulgroz@yahoo.com>
author arpi
date Wed, 04 Dec 2002 23:34:29 +0000
parents 487cfc28525d
children ea3c66c6665f
line wrap: on
line diff
--- a/mencoder.c	Wed Dec 04 23:31:46 2002 +0000
+++ b/mencoder.c	Wed Dec 04 23:34:29 2002 +0000
@@ -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;