[vlc-commits] d3d9_adjust: fix log

Steve Lhomme git at videolan.org
Fri Aug 11 13:15:35 CEST 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri Aug 11 11:46:12 2017 +0200| [f11b4907e3d5d6f3cf016bbb009df5b43a6a194d] | committer: Hugo Beauzée-Luyssen

d3d9_adjust: fix log

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 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;
     }
 



More information about the vlc-commits mailing list