1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +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 */