diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-20 22:03:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-20 22:23:12 +0100 |
commit | 452406bd5bbf21a0da7104e6edca9c6e70636511 (patch) | |
tree | ec57dcd3ad61e06d903b8a754384cb9fa769d9e4 /cmdutils.h | |
parent | b0aaf304a778f0a49d42c032aa83efa62c3291c4 (diff) | |
download | ffmpeg-452406bd5bbf21a0da7104e6edca9c6e70636511.tar.gz |
ff*: Fix duplicatedly printed version info with -version
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h index 03080b5216..a682c96d79 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -245,7 +245,7 @@ void print_error(const char *filename, int err); * current version of the repository and of the libav* libraries used by * the program. */ -void show_banner(void); +void show_banner(int argc, char **argv, const OptionDef *options); /** * Print the version of the program to stdout. The version message |