Commit 8b3d0dd7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DirectSound: unused variable

parent 870c39ef
...@@ -813,7 +813,6 @@ static int CreateDSBuffer( audio_output_t *p_aout, int i_format, ...@@ -813,7 +813,6 @@ static int CreateDSBuffer( audio_output_t *p_aout, int i_format,
{ {
WAVEFORMATEXTENSIBLE waveformat; WAVEFORMATEXTENSIBLE waveformat;
DSBUFFERDESC dsbdesc; DSBUFFERDESC dsbdesc;
unsigned int i;
/* First set the sound buffer format */ /* First set the sound buffer format */
waveformat.dwChannelMask = 0; waveformat.dwChannelMask = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment