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
058aabd4
Commit
058aabd4
authored
Apr 27, 2011
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix caf channel layouts ITU_2_2 and DVD_6.
parent
5a810f4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
caf.c
libavformat/caf.c
+2
-0
No files found.
libavformat/caf.c
View file @
058aabd4
...
...
@@ -67,6 +67,7 @@ static const CafChannelLayout caf_channel_layout[] = {
{
AV_CH_LAYOUT_STEREO
,
(
101
<<
16
)
|
2
},
//< kCAFChannelLayoutTag_Stereo
{
AV_CH_LAYOUT_STEREO
,
(
102
<<
16
)
|
2
},
//< kCAFChannelLayoutTag_StereoHeadphones
{
AV_CH_LAYOUT_2_1
,
(
131
<<
16
)
|
3
},
//< kCAFChannelLayoutTag_ITU_2_1
{
AV_CH_LAYOUT_QUAD
,
(
132
<<
16
)
|
4
},
//< kCAFChannelLayoutTag_ITU_2_2
{
AV_CH_LAYOUT_2_2
,
(
132
<<
16
)
|
4
},
//< kCAFChannelLayoutTag_ITU_2_2
{
AV_CH_LAYOUT_QUAD
,
(
108
<<
16
)
|
4
},
//< kCAFChannelLayoutTag_Quadraphonic
{
AV_CH_LAYOUT_SURROUND
,
(
113
<<
16
)
|
3
},
//< kCAFChannelLayoutTag_MPEG_3_0_A
...
...
@@ -79,6 +80,7 @@ static const CafChannelLayout caf_channel_layout[] = {
{
AV_CH_LAYOUT_7POINT1_WIDE
,
(
126
<<
16
)
|
8
},
//< kCAFChannelLayoutTag_MPEG_7_1_A
{
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
{
AV_CH_LAYOUT_2_2
|
AV_CH_LOW_FREQUENCY
,
(
135
<<
16
)
|
4
},
//< kCAFChannelLayoutTag_DVD_6
{
AV_CH_LAYOUT_SURROUND
|
AV_CH_LOW_FREQUENCY
,
(
136
<<
16
)
|
4
},
//< kCAFChannelLayoutTag_DVD_10
{
AV_CH_LAYOUT_4POINT0
|
AV_CH_LOW_FREQUENCY
,
(
137
<<
16
)
|
5
},
//< kCAFChannelLayoutTag_DVD_11
...
...
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