diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-18 21:40:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-18 21:40:26 +0000 |
commit | ef4c0bb1dcbd8438ec9a6126cd92e4b97d859217 (patch) | |
tree | 3b93f243389c23830494a074f7b86d190c4bdc77 /cmdutils.h | |
parent | 77c45373137c562ef3489e237e23f14fd04e6b8c (diff) | |
download | ffmpeg-ef4c0bb1dcbd8438ec9a6126cd92e4b97d859217.tar.gz |
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.h | 2 |
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; |