Allow hiding the banner.

Fixes ticket #3246.
This commit is contained in:
Carl Eugen Hoyos
2013-12-28 05:18:39 +01:00
committed by Carl Eugen Hoyos
parent 9ed640015b
commit b4c89c90ff
4 changed files with 14 additions and 1 deletions

View File

@@ -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.