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

@ -55,7 +55,7 @@ AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
const int this_year = 2011;
static const int this_year = 2011;
void init_opts(void)
{