mirror of https://git.ffmpeg.org/ffmpeg.git
ffmpeg_opt: cosmetics
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
e6f27346b7
commit
af0e8144cd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue