diff options
author | Jean First <jeanfirst@gmail.com> | 2013-02-25 13:10:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-25 18:36:21 +0100 |
commit | af0e8144cd8b903f510d48a3575b0cc499120909 (patch) | |
tree | 97a9238f90bdffb6701eefd3dbccb3b5183f5359 /ffmpeg_opt.c | |
parent | e6f27346b752914aab949aa8fc98928475d47075 (diff) | |
download | ffmpeg-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.c | 2 |
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; |