Skip to content
Snippets Groups Projects
Commit 3568853f authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Mans Rullgard
Browse files

Make this_year static to cmdutils.c


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 82e1f217
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment