[vlc-commits] win32: fix build

Rémi Denis-Courmont git at videolan.org
Mon Jun 19 23:02:47 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jun 20 00:02:30 2017 +0300| [c3d770e44a6c356f19b271e3fd2fe82cf096cc54] | committer: Rémi Denis-Courmont

win32: fix build

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3d770e44a6c356f19b271e3fd2fe82cf096cc54
---

 modules/codec/avcodec/dxva2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index 9101fabc01..3e92a638fe 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -244,7 +244,7 @@ static int Get(vlc_va_t *va, picture_t *pic, uint8_t **data)
     return VLC_SUCCESS;
 }
 
-static void Close(vlc_va_t *va, AVCodecContext *ctx)
+static void Close(vlc_va_t *va, void *ctx)
 {
     vlc_va_sys_t *sys = va->sys;
 



More information about the vlc-commits mailing list