[vlc-devel] [PATCH] d3d9_adjust: fix log

Steve Lhomme robux4 at videolabs.io
Fri Aug 11 11:46:12 CEST 2017


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

diff --git a/modules/video_output/win32/d3d9_adjust.c b/modules/video_output/win32/d3d9_adjust.c
index 9a39e53aaf..e523d4b10d 100644
--- a/modules/video_output/win32/d3d9_adjust.c
+++ b/modules/video_output/win32/d3d9_adjust.c
@@ -248,7 +248,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;
     }
 
-- 
2.12.1



More information about the vlc-devel mailing list