[vlc-commits] d3d11_filters: fix unused warning

Steve Lhomme git at videolan.org
Wed Aug 26 15:27:45 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Aug 24 11:15:28 2020 +0200| [fa7070219c6dab79e5927349321d58e956a45cb4] | committer: Steve Lhomme

d3d11_filters: fix unused warning

Unused since cf3eee8f9a13a9f126a0ae8501067b856cb90e15.

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

 modules/hw/d3d11/d3d11_filters.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/hw/d3d11/d3d11_filters.c b/modules/hw/d3d11/d3d11_filters.c
index 38477eba2d..c5a1c680c1 100644
--- a/modules/hw/d3d11/d3d11_filters.c
+++ b/modules/hw/d3d11/d3d11_filters.c
@@ -192,7 +192,6 @@ static void InitLevel(filter_t *filter, struct filter_level *range, const char *
 
 static picture_t *AllocPicture( filter_t *p_filter )
 {
-    filter_sys_t *p_sys = p_filter->p_sys;
     d3d11_video_context_t *vctx_sys = GetD3D11ContextPrivate( p_filter->vctx_out );
 
     const d3d_format_t *cfg = NULL;



More information about the vlc-commits mailing list