ff*: Fix duplicatedly printed version info with -version

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2011-12-20 22:03:25 +01:00
parent b0aaf304a7
commit 452406bd5b
7 changed files with 11 additions and 7 deletions

View File

@ -1252,7 +1252,7 @@ int main(int argc, char **argv)
avdevice_register_all();
#endif
show_banner();
show_banner(argc, argv, options);
parse_options(NULL, argc, argv, options, opt_input_file);
if (!input_filename) {