Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-21 01:03:25 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-12-21 01:23:12 +0400
commit452406bd5bbf21a0da7104e6edca9c6e70636511 (patch)
treeec57dcd3ad61e06d903b8a754384cb9fa769d9e4 /ffplay.c
parentb0aaf304a778f0a49d42c032aa83efa62c3291c4 (diff)
ff*: Fix duplicatedly printed version info with -version
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index b5d9f0f0d0..8734b65373 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -3165,7 +3165,7 @@ int main(int argc, char **argv)
init_opts();
- show_banner();
+ show_banner(argc, argv, options);
parse_options(NULL, argc, argv, options, opt_input_file);