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
86f2c36c
Commit
86f2c36c
authored
May 12, 2011
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 5.1 plus stereo-downmix to mov_channel_layout array.
parent
69b6b2d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
isom.c
libavformat/isom.c
+1
-0
No files found.
libavformat/isom.c
View file @
86f2c36c
...
...
@@ -442,6 +442,7 @@ static const MovChannelLayout mov_channel_layout[] = {
{
AV_CH_LAYOUT_5POINT1
,
(
121
<<
16
)
|
6
},
//< kCAFChannelLayoutTag_MPEG_5_1_A
{
AV_CH_LAYOUT_7POINT1
,
(
128
<<
16
)
|
8
},
//< kCAFChannelLayoutTag_MPEG_7_1_C
{
AV_CH_LAYOUT_7POINT1_WIDE
,
(
126
<<
16
)
|
8
},
//< kCAFChannelLayoutTag_MPEG_7_1_A
{
AV_CH_LAYOUT_5POINT1_BACK
|
AV_CH_LAYOUT_STEREO_DOWNMIX
,
(
130
<<
16
)
|
8
},
//< kCAFChannelLayoutTag_SMPTE_DTV
{
AV_CH_LAYOUT_STEREO
|
AV_CH_LOW_FREQUENCY
,
(
133
<<
16
)
|
3
},
//< kCAFChannelLayoutTag_DVD_4
{
AV_CH_LAYOUT_2_1
|
AV_CH_LOW_FREQUENCY
,
(
134
<<
16
)
|
4
},
//< kCAFChannelLayoutTag_DVD_5
{
AV_CH_LAYOUT_QUAD
|
AV_CH_LOW_FREQUENCY
,
(
135
<<
16
)
|
4
},
//< kCAFChannelLayoutTag_DVD_6
...
...
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