Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FFmpeg MVC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
Peter Kovář
FFmpeg MVC
Commits
6f4cda4a
Commit
6f4cda4a
authored
10 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
Update for 0.7.17
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
98b0751e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Doxyfile
+1
-1
1 addition, 1 deletion
Doxyfile
RELEASE
+1
-1
1 addition, 1 deletion
RELEASE
VERSION
+1
-1
1 addition, 1 deletion
VERSION
cmdutils.c
+1
-1
1 addition, 1 deletion
cmdutils.c
with
4 additions
and
4 deletions
Doxyfile
+
1
−
1
View file @
6f4cda4a
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = FFmpeg
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.7.1
6
PROJECT_NUMBER = 0.7.1
7
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
This diff is collapsed.
Click to expand it.
RELEASE
+
1
−
1
View file @
6f4cda4a
0.7.1
6
0.7.1
7
This diff is collapsed.
Click to expand it.
VERSION
+
1
−
1
View file @
6f4cda4a
0.7.1
6
0.7.1
7
This diff is collapsed.
Click to expand it.
cmdutils.c
+
1
−
1
View file @
6f4cda4a
...
...
@@ -57,7 +57,7 @@ AVFormatContext *avformat_opts;
struct
SwsContext
*
sws_opts
;
AVDictionary
*
format_opts
,
*
video_opts
,
*
audio_opts
,
*
sub_opts
;
static
const
int
this_year
=
201
3
;
static
const
int
this_year
=
201
5
;
void
init_opts
(
void
)
{
...
...
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