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
84af196c
Commit
84af196c
authored
May 17, 2020
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil: bump version after addition of av_sat_add64 and av_sat_sub64
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
cd74af14
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
APIchanges
doc/APIchanges
+3
-0
version.h
libavutil/version.h
+1
-1
No files found.
doc/APIchanges
View file @
84af196c
...
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
...
@@ -15,6 +15,9 @@ libavutil: 2017-10-21
API changes, most recent first:
API changes, most recent first:
2020-05-xx - xxxxxxxxxx - lavu 56.46.100 - common.h
Add av_sat_add64() and av_sat_sub64()
2020-xx-xx - xxxxxxxxxx - lavu 56.45.100 - video_enc_params.h
2020-xx-xx - xxxxxxxxxx - lavu 56.45.100 - video_enc_params.h
lavc 58.84.100 - avcodec.h
lavc 58.84.100 - avcodec.h
Add a new API for exporting video encoding information.
Add a new API for exporting video encoding information.
...
...
libavutil/version.h
View file @
84af196c
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
*/
*/
#define LIBAVUTIL_VERSION_MAJOR 56
#define LIBAVUTIL_VERSION_MAJOR 56
#define LIBAVUTIL_VERSION_MINOR 4
5
#define LIBAVUTIL_VERSION_MINOR 4
6
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
...
...
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