[vlc-commits] directx_va: cleaning
Steve Lhomme
git at videolan.org
Tue Jun 13 15:00:47 CEST 2017
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Mon May 29 14:13:42 2017 +0200| [b63626c445ce0f6fa1a13adb95de481ad7537b0c] | committer: Jean-Baptiste Kempf
directx_va: cleaning
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b63626c445ce0f6fa1a13adb95de481ad7537b0c
---
modules/codec/avcodec/directx_va.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/codec/avcodec/directx_va.c b/modules/codec/avcodec/directx_va.c
index 52bee538a7..3d2703611b 100644
--- a/modules/codec/avcodec/directx_va.c
+++ b/modules/codec/avcodec/directx_va.c
@@ -456,7 +456,6 @@ void directx_va_Close(vlc_va_t *va, directx_sys_t *dx_sys)
int directx_va_Open(vlc_va_t *va, directx_sys_t *dx_sys,
AVCodecContext *ctx, const es_format_t *fmt, bool b_dll)
{
- // TODO va->sys = sys;
dx_sys->codec_id = ctx->codec_id;
vlc_mutex_init( &dx_sys->surface_lock );
More information about the vlc-commits
mailing list