From 89ff69732faa1170e6f6a49e756a66f0711132bf Mon Sep 17 00:00:00 2001 From: arpi Date: Wed, 4 Dec 2002 23:34:29 +0000 Subject: end_at int->double, as option -endpos accepts float seconds too patch by eviv bulgroz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8356 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 60e0d85f39..f3a5bb1c8c 100644 --- a/mencoder.c +++ b/mencoder.c @@ -286,7 +286,7 @@ static int interrupted=0; 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; -- cgit v1.2.3