Commit 45007086 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DirectSound: fix a warning

parent 2ee36547
......@@ -1169,7 +1169,8 @@ static void* DirectSoundThread( vlc_object_t *p_this )
while( vlc_object_alive (p_notif) )
{
long l_read, l_free_slots;
DWORD l_read;
long l_free_slots;
unsigned i_frame_siz = p_aout->output.i_nb_samples;
mtime_t mtime = mdate();
int i;
......
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