Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Luma Media Server
ffmpeg
Commits
3568853f
Commit
3568853f
authored
14 years ago
by
Diego Elio Pettenò
Committed by
Mans Rullgard
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Make this_year static to cmdutils.c
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
82e1f217
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmdutils.c
+1
-1
1 addition, 1 deletion
cmdutils.c
cmdutils.h
+0
-2
0 additions, 2 deletions
cmdutils.h
with
1 addition
and
3 deletions
cmdutils.c
+
1
−
1
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
)
{
...
...
This diff is collapsed.
Click to expand it.
cmdutils.h
+
0
−
2
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment