Commit ee6291a2 authored by Laurent Aimar's avatar Laurent Aimar

* stream.c: oops another bug with SET_ID...

parent 743711c4
......@@ -400,7 +400,7 @@ static int AStreamControl( stream_t *s, int i_query, va_list args )
"DON'T USE STREAM_CONTROL_ACCESS !!!" );
return VLC_EGENERIC;
}
return access2_Control( p_access, i_int, args );
return access2_vaControl( p_access, i_int, args );
default:
msg_Err( s, "invalid stream_vaControl query=0x%x", i_query );
......
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