Mercurial > mplayer.hg
changeset 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 | 8a0b6e083280 |
children | 02e30a70053f |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;