Commit ceed4a8e authored by Felix Paul Kühne's avatar Felix Paul Kühne

src/input: fix compilation warnings

parent 7ccf7f7e
......@@ -2479,7 +2479,7 @@ static int EsOutControlLocked( es_out_t *out, int i_query, va_list args )
{
const int i_id = (int)va_arg( args, int );
es_out_id_t *p_es = EsOutGetFromID( out, i_id );
int i_new_query;
int i_new_query = 0;
switch( i_query )
{
......
......@@ -132,6 +132,7 @@ static sout_instance_t *RequestSout( input_resource_t *p_resource,
return NULL;
}
#else
VLC_UNUSED (p_resource); VLC_UNUSED (p_sout); VLC_UNUSED (psz_sout);
return NULL;
#endif
}
......
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