Commit 900ada65 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

dxva2: compilation fix

parent b0e76ef9
......@@ -501,7 +501,7 @@ static void Close(vlc_va_t *external)
free(va);
}
static int Open(vlc_va_t *log, int pixfmt, int codec_id,
static int Open(vlc_va_t *external, int pixfmt, int codec_id,
const es_format_t *fmt)
{
if( pixfmt != PIX_FMT_DXVA2_VLD )
......@@ -559,7 +559,6 @@ static int Open(vlc_va_t *log, int pixfmt, int codec_id,
external->get = Get;
external->release = Release;
external->extract = Extract;
external->close = Close;
return VLC_SUCCESS;
error:
......
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