Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ec74771e
Commit
ec74771e
authored
Jul 24, 2013
by
Ludovic Fauvet
Committed by
Jean-Baptiste Kempf
Jul 25, 2013
Browse files
directsound: clear the rest of the ring buffer too
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
de6abccd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/audio_output/directx.c
View file @
ec74771e
...
...
@@ -704,6 +704,7 @@ static int FillBuffer( audio_output_t *p_aout, block_t *p_buffer )
if
(
p_buffer
==
NULL
)
{
memset
(
p_write_position
,
0
,
l_bytes1
);
memset
(
p_wrap_around
,
0
,
l_bytes2
);
}
else
{
...
...
Write
Preview
Supports
Markdown
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