Commit ab994815 authored by Rafaël Carré's avatar Rafaël Carré

vlc_va_NewDxva2() : unused parameters

parent fcc9a340
......@@ -1236,6 +1236,8 @@ static void CopyFromYv12(picture_t *dst, const D3DLOCKED_RECT *src,
#else
vlc_va_t *vlc_va_NewDxva2(vlc_object_t *log, int codec_id)
{
(void)log;
(void)codec_id;
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