summaryrefslogtreecommitdiff
path: root/ffmpeg_opt.c
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2013-02-25 13:10:51 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-25 18:36:21 +0100
commitaf0e8144cd8b903f510d48a3575b0cc499120909 (patch)
tree97a9238f90bdffb6701eefd3dbccb3b5183f5359 /ffmpeg_opt.c
parente6f27346b752914aab949aa8fc98928475d47075 (diff)
downloadffmpeg-af0e8144cd8b903f510d48a3575b0cc499120909.tar.gz
ffmpeg_opt: cosmetics
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r--ffmpeg_opt.c2
1 files changed, 1 insertions, 1 deletions
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;