Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
1a151299
Commit
1a151299
authored
Aug 20, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vorbis: code cosmetics
parent
f26c823b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/codec/vorbis.c
modules/codec/vorbis.c
+3
-3
No files found.
modules/codec/vorbis.c
View file @
1a151299
...
...
@@ -119,18 +119,18 @@ static const int pi_channels_maps[9] =
static
const
uint32_t
pi_8channels_in
[]
=
{
AOUT_CHAN_LEFT
,
AOUT_CHAN_CENTER
,
AOUT_CHAN_RIGHT
,
AOUT_CHAN_MIDDLELEFT
,
AOUT_CHAN_MIDDLERIGHT
,
AOUT_CHAN_REARLEFT
,
AOUT_CHAN_REARRIGHT
,
AOUT_CHAN_LFE
,
0
};
AOUT_CHAN_REARLEFT
,
AOUT_CHAN_REARRIGHT
,
AOUT_CHAN_LFE
,
0
};
/* recommended vorbis channel order for 7 channels */
static
const
uint32_t
pi_7channels_in
[]
=
{
AOUT_CHAN_LEFT
,
AOUT_CHAN_CENTER
,
AOUT_CHAN_RIGHT
,
AOUT_CHAN_MIDDLELEFT
,
AOUT_CHAN_MIDDLERIGHT
,
AOUT_CHAN_REARCENTER
,
AOUT_CHAN_LFE
,
0
};
AOUT_CHAN_REARCENTER
,
AOUT_CHAN_LFE
,
0
};
/* recommended vorbis channel order for 6 channels */
static
const
uint32_t
pi_6channels_in
[]
=
{
AOUT_CHAN_LEFT
,
AOUT_CHAN_CENTER
,
AOUT_CHAN_RIGHT
,
AOUT_CHAN_REARLEFT
,
AOUT_CHAN_REARRIGHT
,
AOUT_CHAN_LFE
,
0
};
AOUT_CHAN_REARLEFT
,
AOUT_CHAN_REARRIGHT
,
AOUT_CHAN_LFE
,
0
};
/* recommended vorbis channel order for 4 channels */
static
const
uint32_t
pi_4channels_in
[]
=
...
...
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