[vlc-commits] D3D11_deinterlace: remove debug message

Jean-Baptiste Kempf git at videolan.org
Fri Nov 24 16:36:29 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 24 16:36:20 2017 +0100| [1993944b901b9feba5e668704230876c9d8dd8b2] | committer: Jean-Baptiste Kempf

D3D11_deinterlace: remove debug message

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

 modules/hw/d3d11/d3d11_deinterlace.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/hw/d3d11/d3d11_deinterlace.c b/modules/hw/d3d11/d3d11_deinterlace.c
index 841e413556..c8aaf69c78 100644
--- a/modules/hw/d3d11/d3d11_deinterlace.c
+++ b/modules/hw/d3d11/d3d11_deinterlace.c
@@ -128,8 +128,6 @@ static int RenderPic( filter_t *p_filter, picture_t *p_outpic, picture_t *p_pic,
     HRESULT hr;
     filter_sys_t *p_sys = p_filter->p_sys;
 
-    //msg_Dbg(p_filter, "%lx  deinterlace", GetCurrentThreadId());
-
     picture_t *p_prev = p_sys->context.pp_history[0];
     picture_t *p_cur  = p_sys->context.pp_history[1];
     picture_t *p_next = p_sys->context.pp_history[2];



More information about the vlc-commits mailing list