summaryrefslogtreecommitdiffstats
path: root/cmdutils.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-01-04 01:52:58 +0100
committerStefano Sabatini <stefasab@gmail.com>2012-01-07 11:02:13 +0100
commite869d08cbceee27f08e77eb54eef93740f5df00b (patch)
treeee2cb421bc10f4dc4f417c7a90941a154c69307c /cmdutils.h
parentceef1ee7674f21824a3392c654465b43b06c94fe (diff)
downloadffmpeg-streaming-e869d08cbceee27f08e77eb54eef93740f5df00b.zip
ffmpeg-streaming-e869d08cbceee27f08e77eb54eef93740f5df00b.tar.gz
cmdutils: make this_year extern, so it can be referenced from other .o files
Required by a pending change in ffprobe.
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index b9ea1cf..61d0788 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -43,6 +43,11 @@ extern const char program_name[];
*/
extern const int program_birth_year;
+/**
+ * this year, defined by the program for show_banner()
+ */
+extern const int this_year;
+
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
extern AVFormatContext *avformat_opts;
extern struct SwsContext *sws_opts;
OpenPOWER on IntegriCloud