This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Make this_year static to cmdutils.c
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.8
Diego Elio Pettenò
Mans Rullgard
14 years ago
parent
82e1f217f2
commit
3568853f63
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmdutils.c
+0
-2
cmdutils.h
+ 1
- 1
cmdutils.c
View 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)
{
+ 0
- 2
cmdutils.h
View 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;
Write
Preview
Loading…
Cancel
Save