summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-21 00:06:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-21 00:06:23 +0100
commit9b622418505099e0b3076ad67041d126c44a93f2 (patch)
tree1ffcd23fea47559c2cdf5c953c5e1a135f07c1ec /avconv.c
parent3cc04b6a9a6a180533c3905613610b900f2d59cf (diff)
ffmpeg: 10l add back show_banner() that was lost in the last merge.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avconv.c b/avconv.c
index a019ffaf6f..3d67f85d64 100644
--- a/avconv.c
+++ b/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);