ffmpeg: dont show_banner() on verbose<0

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-05-18 13:58:13 +02:00
parent 64be0d1eda
commit e89403216c
1 changed files with 2 additions and 1 deletions

View File

@ -4539,7 +4539,8 @@ int main(int argc, char **argv)
init_opts();
show_banner();
if(verbose>=0)
show_banner();
/* parse options */
parse_options(argc, argv, options, opt_output_file);