[vlc-commits] dxva2_deinterlace: fix wrong copy/paste in log

Steve Lhomme git at videolan.org
Fri Aug 4 10:16:23 CEST 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue Aug  1 10:25:42 2017 +0200| [f63a7695815d42956ba51fe16c2ba47689852bf9] | committer: Jean-Baptiste Kempf

dxva2_deinterlace: fix wrong copy/paste in log

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/video_output/win32/dxva2_deinterlace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/win32/dxva2_deinterlace.c b/modules/video_output/win32/dxva2_deinterlace.c
index 908a31f552..f516e16042 100644
--- a/modules/video_output/win32/dxva2_deinterlace.c
+++ b/modules/video_output/win32/dxva2_deinterlace.c
@@ -237,7 +237,7 @@ static int Open(vlc_object_t *obj)
 
     if (!dst->p_sys)
     {
-        msg_Dbg(filter, "D3D11 opaque without a texture");
+        msg_Dbg(filter, "D3D9 opaque without a texture");
         goto error;
     }
 



More information about the vlc-commits mailing list