Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
239c5602
Commit
239c5602
authored
Mar 09, 2017
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
audiounit_ios: lowercase device id
Just for the sake of consistency (with Android).
parent
b5c8dd42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/audio_output/audiounit_ios.m
modules/audio_output/audiounit_ios.m
+2
-2
No files found.
modules/audio_output/audiounit_ios.m
View file @
239c5602
...
...
@@ -67,8 +67,8 @@ static const struct {
const
char
*
psz_name
;
enum
au_dev
au_dev
;
}
au_devs
[]
=
{
{
"
PCM
"
,
"Up to 9 channels PCM output"
,
AU_DEV_PCM
},
{
"
ENCODED
"
,
"Encoded output if available (via HDMI/SPDIF) or PCM output"
,
{
"
pcm
"
,
"Up to 9 channels PCM output"
,
AU_DEV_PCM
},
{
"
encoded
"
,
"Encoded output if available (via HDMI/SPDIF) or PCM output"
,
AU_DEV_ENCODED
},
};
...
...
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