Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sixue.cheng
ffmpeg-7.1
Commits
d55059d0
Commit
d55059d0
authored
11 years ago
by
Michael Niedermayer
Browse files
Options
Download
Email Patches
Plain Diff
update for 0.9.4
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
3926ebc7
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Doxyfile
+1
-1
Doxyfile
RELEASE
+1
-1
RELEASE
VERSION
+1
-1
VERSION
cmdutils.c
+1
-1
cmdutils.c
with
4 additions
and
4 deletions
+4
-4
Doxyfile
+
1
-
1
View file @
d55059d0
...
...
@@ -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.9.
3
PROJECT_NUMBER = 0.9.
4
# 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 @
d55059d0
0.9.
3
0.9.
4
This diff is collapsed.
Click to expand it.
VERSION
+
1
-
1
View file @
d55059d0
0.9.
3
0.9.
4
This diff is collapsed.
Click to expand it.
cmdutils.c
+
1
-
1
View file @
d55059d0
...
...
@@ -53,7 +53,7 @@
struct
SwsContext
*
sws_opts
;
AVDictionary
*
format_opts
,
*
codec_opts
;
static
const
int
this_year
=
201
3
;
static
const
int
this_year
=
201
4
;
static
FILE
*
report_file
;
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help