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
0c2e5091
Commit
0c2e5091
authored
Dec 29, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DirectSound: Cosmetics
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
b2735362
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
modules/audio_output/directx.c
modules/audio_output/directx.c
+4
-5
No files found.
modules/audio_output/directx.c
View file @
0c2e5091
...
@@ -159,7 +159,7 @@ static int OpenAudio( vlc_object_t *p_this )
...
@@ -159,7 +159,7 @@ static int OpenAudio( vlc_object_t *p_this )
const
char
*
const
*
ppsz_compare
=
speaker_list
;
const
char
*
const
*
ppsz_compare
=
speaker_list
;
msg_Dbg
(
p_aout
,
"Open
Audio
"
);
msg_Dbg
(
p_aout
,
"Open
ing DirectSound Audio Output
"
);
/* Allocate structure */
/* Allocate structure */
p_aout
->
output
.
p_sys
=
malloc
(
sizeof
(
aout_sys_t
)
);
p_aout
->
output
.
p_sys
=
malloc
(
sizeof
(
aout_sys_t
)
);
...
@@ -1121,11 +1121,10 @@ static void* DirectSoundThread( vlc_object_t *p_this )
...
@@ -1121,11 +1121,10 @@ static void* DirectSoundThread( vlc_object_t *p_this )
static
int
CALLBACK
CallBackConfigNBEnum
(
LPGUID
p_guid
,
LPCSTR
psz_desc
,
static
int
CALLBACK
CallBackConfigNBEnum
(
LPGUID
p_guid
,
LPCSTR
psz_desc
,
LPCSTR
psz_mod
,
LPVOID
p_nb
)
LPCSTR
psz_mod
,
LPVOID
p_nb
)
{
{
VLC_UNUSED
(
psz_mod
);
VLC_UNUSED
(
psz_mod
);
VLC_UNUSED
(
psz_desc
);
VLC_UNUSED
(
p_guid
);
VLC_UNUSED
(
psz_desc
);
VLC_UNUSED
(
p_guid
);
int
*
a
=
(
int
*
)
p_nb
;
int
*
a
=
(
int
*
)
p_nb
;
*
a
=
*
a
+
1
;
(
*
a
)
++
;
return
1
;
return
1
;
}
}
...
...
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