X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=cmdutils.c;h=eb60ac487ec070b58df2ef90f248caf0fa8a7a52;hb=504475f38ef049996c2c7954de00e92668a05de5;hp=e7e8f639e6edd34f74f00dea91d383da6f19002f;hpb=d82ecfce07d1fee314b5532b773ef019eefed9b6;p=ffmpeg diff --git a/cmdutils.c b/cmdutils.c index e7e8f639e6e..eb60ac487ec 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -1115,7 +1115,7 @@ void show_banner(int argc, char **argv, const OptionDef *options) int show_version(void *optctx, const char *opt, const char *arg) { av_log_set_callback(log_callback_help); - print_program_info (0 , AV_LOG_INFO); + print_program_info (SHOW_COPYRIGHT, AV_LOG_INFO); print_all_libs_info(SHOW_VERSION, AV_LOG_INFO); return 0;