Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
5c437fb6
Commit
5c437fb6
authored
Dec 11, 2013
by
Tim Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.
parent
52ccc4a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
APIchanges
doc/APIchanges
+3
-0
channel_layout.h
libavutil/channel_layout.h
+4
-0
version.h
libavutil/version.h
+1
-1
No files found.
doc/APIchanges
View file @
5c437fb6
...
...
@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
2013-12-xx - xxxxxxx - lavu 53.1.0 - channel_layout.h
Add values for various Dolby flags to the AVMatrixEncoding enum.
2013-12-xx - xxxxxxx - lavc 55.30.0 - avcodec.h
Add HEVC profiles
...
...
libavutil/channel_layout.h
View file @
5c437fb6
...
...
@@ -106,6 +106,10 @@ enum AVMatrixEncoding {
AV_MATRIX_ENCODING_NONE
,
AV_MATRIX_ENCODING_DOLBY
,
AV_MATRIX_ENCODING_DPLII
,
AV_MATRIX_ENCODING_DPLIIX
,
AV_MATRIX_ENCODING_DPLIIZ
,
AV_MATRIX_ENCODING_DOLBYEX
,
AV_MATRIX_ENCODING_DOLBYHEADPHONE
,
AV_MATRIX_ENCODING_NB
};
...
...
libavutil/version.h
View file @
5c437fb6
...
...
@@ -54,7 +54,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 53
#define LIBAVUTIL_VERSION_MINOR
0
#define LIBAVUTIL_VERSION_MINOR
1
#define LIBAVUTIL_VERSION_MICRO 0
#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