1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

View File

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