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
45e63d13
Commit
45e63d13
authored
Jan 14, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CamStudio video decoder
Originally committed as revision 4849 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ebd32fd7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Changelog
Changelog
+1
-0
avcodec.h
libavcodec/avcodec.h
+2
-2
No files found.
Changelog
View file @
45e63d13
...
...
@@ -29,6 +29,7 @@ version <next>
- TrueSpeech audio decoder
- wma2 audio decoder fixed, now all files should play correctly
- JPEG-LS decoder (unfinished)
- CamStudio video decoder
- build system improvements
- tabs and trailing whitespace removed from the codebase
...
...
libavcodec/avcodec.h
View file @
45e63d13
...
...
@@ -21,8 +21,8 @@ extern "C" {
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
#define LIBAVCODEC_VERSION_INT ((51<<16)+(
0
<<8)+0)
#define LIBAVCODEC_VERSION 51.
0
.0
#define LIBAVCODEC_VERSION_INT ((51<<16)+(
1
<<8)+0)
#define LIBAVCODEC_VERSION 51.
1
.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
...
...
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