Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@minerva.hye>2013-12-28 08:18:39 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-12-30 01:57:20 +0400
commitb4c89c90ffc723c38282fbf061bf65da67e011b2 (patch)
treed8942382675abed8b3e01774c4137444d19e6a14 /cmdutils.h
parent9ed640015bf321b20b1e8ab8767be5b4ebcc3d0d (diff)
Allow hiding the banner.
Fixes ticket #3246.
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h1
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.