Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
3568853f
Commit
3568853f
authored
Jan 24, 2011
by
Diego Elio Pettenò
Committed by
Mans Rullgard
Jan 24, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make this_year static to cmdutils.c
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
82e1f217
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
cmdutils.c
cmdutils.c
+1
-1
cmdutils.h
cmdutils.h
+0
-2
No files found.
cmdutils.c
View file @
3568853f
...
...
@@ -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
)
{
...
...
cmdutils.h
View file @
3568853f
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment