ffmpeg_opt: cosmetics

Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Jean First 2013-02-25 13:10:51 +01:00 committed by Michael Niedermayer
parent e6f27346b7
commit af0e8144cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;