Commit 6142c9f2 authored by Rafaël Carré's avatar Rafaël Carré

dxva2: remove useless stub

(cherry picked from commit a9060f358fd6e1b44d74b42c50e515a04ea6749b)
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent ad227003
......@@ -1083,11 +1083,4 @@ static void DxDestroyVideoConversion(vlc_va_dxva2_t *va)
{
CopyCleanCache(&va->surface_cache);
}
#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