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
8026c3b5
Commit
8026c3b5
authored
Sep 05, 2003
by
Alex Beregszaszi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version numbers to 0.4.8
Originally committed as revision 2210 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ba9261e5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
common.h
common.h
+2
-2
avcodec.h
libavcodec/avcodec.h
+2
-2
avformat.h
libavformat/avformat.h
+5
-2
No files found.
common.h
View file @
8026c3b5
#ifndef FFMPEG_COMMON_H
#define FFMPEG_COMMON_H
#define FFMPEG_VERSION_INT 0x00040
6
#define FFMPEG_VERSION "0.4.
6
"
#define FFMPEG_VERSION_INT 0x00040
8
#define FFMPEG_VERSION "0.4.
8
"
#endif
/* COMMON_H */
libavcodec/avcodec.h
View file @
8026c3b5
...
...
@@ -13,8 +13,8 @@ extern "C" {
#include "common.h"
#define LIBAVCODEC_VERSION_INT 0x00040
6
#define LIBAVCODEC_VERSION "0.4.
6
"
#define LIBAVCODEC_VERSION_INT 0x00040
8
#define LIBAVCODEC_VERSION "0.4.
8
"
#define LIBAVCODEC_BUILD 4677
#define LIBAVCODEC_BUILD_STR "4677"
...
...
libavformat/avformat.h
View file @
8026c3b5
...
...
@@ -5,9 +5,12 @@
extern
"C"
{
#endif
#define LIBAVFORMAT_VERSION_INT 0x00040
6
#define LIBAVFORMAT_VERSION "0.4.
6
"
#define LIBAVFORMAT_VERSION_INT 0x00040
8
#define LIBAVFORMAT_VERSION "0.4.
8
"
#define LIBAVFORMAT_BUILD 4606
#define LIBAVFORMAT_BUILD_STR "4606"
#define LIBAVFORMAT_IDENT "FFmpeg" LIBAVFORMAT_VERSION "b" LIBAVFORMAT_BUILD_STR
#include "avcodec.h"
...
...
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