Commit 984723a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Shut a warning.

parent 7a214f49
......@@ -216,6 +216,8 @@ static int Open( vlc_object_t *p_this )
static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
aout_buffer_t * p_in_buf, aout_buffer_t * p_out_buf )
{
VLC_UNUSED( p_aout );
aout_filter_sys_t *p_sys = p_filter->p_sys;
block_t *p_block;
......
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