diff options
author | Carl Eugen Hoyos <cehoyos@minerva.hye> | 2013-12-28 05:18:39 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-12-29 22:57:20 +0100 |
commit | b4c89c90ffc723c38282fbf061bf65da67e011b2 (patch) | |
tree | d8942382675abed8b3e01774c4137444d19e6a14 /cmdutils.h | |
parent | 9ed640015bf321b20b1e8ab8767be5b4ebcc3d0d (diff) | |
download | ffmpeg-b4c89c90ffc723c38282fbf061bf65da67e011b2.tar.gz |
Allow hiding the banner.
Fixes ticket #3246.
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index f4f23ef835..d1e1ecbe7e 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -48,6 +48,7 @@ extern AVFormatContext *avformat_opts; extern struct SwsContext *sws_opts; extern AVDictionary *swr_opts; extern AVDictionary *format_opts, *codec_opts, *resample_opts; +extern int hide_banner; /** * Register a program-specific cleanup routine. |