Commit 983d967b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

waveout: remove write-only variable

parent f036b8a5
......@@ -880,7 +880,6 @@ static void* WaveOutThread( void *data )
int i, i_queued_frames;
bool b_sleek;
mtime_t next_date;
uint32_t i_buffer_length = 64;
int canc = vlc_savecancel ();
/* We don't want any resampling when using S/PDIF */
......@@ -952,7 +951,6 @@ static void* WaveOutThread( void *data )
{
mtime_t buffer_length = p_buffer->i_length;
next_date = next_date + buffer_length;
i_buffer_length = buffer_length/1000;
}
/* Do the channel reordering */
......
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