Make this_year static to cmdutils.c

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Diego Elio Pettenò
2011-01-24 23:36:12 +00:00
committed by Mans Rullgard
parent 82e1f217f2
commit 3568853f63
2 changed files with 1 additions and 3 deletions

View File

@ -37,8 +37,6 @@ extern const char program_name[];
*/
extern const int program_birth_year;
extern const int this_year;
extern const char **opt_names;
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
extern AVFormatContext *avformat_opts;