projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make this_year static to cmdutils.c
[ffmpeg.git]
/
cmdutils.c
diff --git
a/cmdutils.c
b/cmdutils.c
index
295d107
..
58fe85c
100644
(file)
--- a/
cmdutils.c
+++ b/
cmdutils.c
@@
-55,7
+55,7
@@
AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
-const int this_year = 2011;
+
static
const int this_year = 2011;
void init_opts(void)
{
void init_opts(void)
{