提交 3568853f 编写于 作者: D Diego Elio Pettenò 提交者: Mans Rullgard

Make this_year static to cmdutils.c

Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 82e1f217
...@@ -55,7 +55,7 @@ AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; ...@@ -55,7 +55,7 @@ AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
AVFormatContext *avformat_opts; AVFormatContext *avformat_opts;
struct SwsContext *sws_opts; struct SwsContext *sws_opts;
const int this_year = 2011; static const int this_year = 2011;
void init_opts(void) void init_opts(void)
{ {
......
...@@ -37,8 +37,6 @@ extern const char program_name[]; ...@@ -37,8 +37,6 @@ extern const char program_name[];
*/ */
extern const int program_birth_year; extern const int program_birth_year;
extern const int this_year;
extern const char **opt_names; extern const char **opt_names;
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
extern AVFormatContext *avformat_opts; extern AVFormatContext *avformat_opts;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册