summaryrefslogtreecommitdiff
authorJean First <jeanfirst@gmail.com>2013-02-25 12:10:51 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2013-02-25 17:36:21 (GMT)
commitaf0e8144cd8b903f510d48a3575b0cc499120909 (patch)
tree97a9238f90bdffb6701eefd3dbccb3b5183f5359
parente6f27346b752914aab949aa8fc98928475d47075 (diff)
downloadffmpeg-af0e8144cd8b903f510d48a3575b0cc499120909.zip
ffmpeg-af0e8144cd8b903f510d48a3575b0cc499120909.tar.gz
ffmpeg-af0e8144cd8b903f510d48a3575b0cc499120909.tar.bz2
ffmpeg_opt: cosmetics
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rw-r--r--ffmpeg_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index b1cd62d..2e45e47 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;