vlc | branch: master | Steve Lhomme <rob...@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 <h...@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;
     }
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to