mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-02 18:07:47 +00:00
Make this_year static to cmdutils.c
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
82e1f217f2
commit
3568853f63
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue