mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
ffmpeg: 10l add back show_banner() that was lost in the last merge.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3cc04b6a9a
commit
9b62241850
1
avconv.c
1
avconv.c
@ -4358,6 +4358,7 @@ int main(int argc, char **argv)
|
||||
av_register_all();
|
||||
avformat_network_init();
|
||||
|
||||
show_banner();
|
||||
|
||||
/* parse options */
|
||||
parse_options(&o, argc, argv, options, opt_output_file);
|
||||
|
Loading…
Reference in New Issue
Block a user