From af0e8144cd8b903f510d48a3575b0cc499120909 Mon Sep 17 00:00:00 2001 From: Jean First Date: Mon, 25 Feb 2013 13:10:51 +0100 Subject: [PATCH] ffmpeg_opt: cosmetics Signed-off-by: Jean First Signed-off-by: Michael Niedermayer --- ffmpeg_opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index b1cd62df8a..2e45e47450 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -144,7 +144,7 @@ static void init_options(OptionsContext *o, int is_input) "-t is not an input option, keeping it for the next output;" " consider fixing your command line.\n"); } else - o->recording_time = INT64_MAX; + o->recording_time = INT64_MAX; o->mux_max_delay = 0.7; o->limit_filesize = UINT64_MAX; o->chapters_input_file = INT_MAX;