summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-18 21:40:26 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-18 21:40:26 +0000
commitef4c0bb1dcbd8438ec9a6126cd92e4b97d859217 (patch)
tree3b93f243389c23830494a074f7b86d190c4bdc77 /cmdutils.h
parent77c45373137c562ef3489e237e23f14fd04e6b8c (diff)
Implement a var for containing the current year number rather than
hardcode it in the banner string. Originally committed as revision 16678 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index beba333236..39f49195a2 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -37,6 +37,8 @@ extern const char program_name[];
*/
extern const int program_birth_year;
+extern const int this_year;
+
extern const char **opt_names;
extern AVCodecContext *avctx_opts[CODEC_TYPE_NB];
extern AVFormatContext *avformat_opts;