summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-12-20 22:03:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-12-20 22:23:12 +0100
commit452406bd5bbf21a0da7104e6edca9c6e70636511 (patch)
treeec57dcd3ad61e06d903b8a754384cb9fa769d9e4 /ffmpeg.c
parentb0aaf304a778f0a49d42c032aa83efa62c3291c4 (diff)
ff*: Fix duplicatedly printed version info with -version
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 6ef8c150fb..75274db17a 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4857,7 +4857,7 @@ int main(int argc, char **argv)
av_register_all();
avformat_network_init();
- show_banner();
+ show_banner(argc, argv, options);
term_init();