Commit 2a981bac authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

spu: remove bogus VLC_UNUSED

parent 777329ab
......@@ -175,9 +175,9 @@ static picture_t *spu_new_video_buffer(filter_t *filter)
{
const video_format_t *fmt = &filter->fmt_out.video;
VLC_UNUSED(filter);
return picture_NewFromFormat(fmt);
}
static void spu_del_video_buffer(filter_t *filter, picture_t *picture)
{
VLC_UNUSED(filter);
......
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