Make this_year static to cmdutils.c
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:

committed by
Mans Rullgard

parent
82e1f217f2
commit
3568853f63
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user