Commit 806a5a50 authored by Rafaël Carré's avatar Rafaël Carré

vout_Request: cosmetics

parent 17818d7b
......@@ -190,7 +190,8 @@ static vout_thread_t *VoutCreate(vlc_object_t *object,
return vout;
}
vout_thread_t *(vout_Request)(vlc_object_t *object,
#undef vout_Request
vout_thread_t *vout_Request(vlc_object_t *object,
const vout_configuration_t *cfg)
{
vout_thread_t *vout = cfg->vout;
......
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