static void show_license(void)
{
- show_banner();
#ifdef CONFIG_GPL
printf(
"FFmpeg is free software; you can redistribute it and/or modify\n"
static void show_help(void)
{
av_log_set_callback(log_callback_help);
- show_banner();
printf("usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}...\n"
"Hyper fast Audio and Video encoder\n");
printf("\n");
avformat_opts = av_alloc_format_context();
sws_opts = sws_getContext(16,16,0, 16,16,0, sws_flags, NULL,NULL,NULL);
+ show_banner();
if (argc <= 1)
show_help();
- else
- show_banner();
/* parse options */
parse_options(argc, argv, options);