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

dxva2: remove useless stub

parent c80216bf
...@@ -1070,11 +1070,4 @@ static void DxDestroyVideoConversion(vlc_va_dxva2_t *va) ...@@ -1070,11 +1070,4 @@ static void DxDestroyVideoConversion(vlc_va_dxva2_t *va)
{ {
CopyCleanCache(&va->surface_cache); 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 #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