]> git.sesse.net Git - ffmpeg/commitdiff
Make this_year static to cmdutils.c
authorDiego Elio Pettenò <flameeyes@gmail.com>
Mon, 24 Jan 2011 23:36:12 +0000 (23:36 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 26 Jan 2011 02:43:29 +0000 (03:43 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3568853f63e1ab8ff1fc0773a132d14187a0e2d8)

cmdutils.c
cmdutils.h

index 295d10798a29ac2930f664f22706de473c54927d..58fe85cfda634a926bf8adec44c460d4cd2f8db9 100644 (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)
 {
index 9fb7845971e57bc94040f3767da468bfeee7e325..c3d8a4245375c2aecd65d1d01bb50d42fa331b5a 100644 (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;