[vlc-devel] [PATCH] vda: fix a warning on unused variable

Steve Lhomme robux4 at gmail.com
Tue Jun 2 15:43:35 CEST 2015


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

diff --git a/modules/codec/avcodec/vda.c b/modules/codec/avcodec/vda.c
index 6f8105d..3a425b1 100644
--- a/modules/codec/avcodec/vda.c
+++ b/modules/codec/avcodec/vda.c
@@ -330,6 +330,7 @@ static int Open( vlc_va_t *va, AVCodecContext *avctx,
 
     (void) fmt;
     (void) avctx;
+    (void) p_sys;
 
     return VLC_SUCCESS;
 }
-- 
2.4.0




More information about the vlc-devel mailing list