[vlc-commits] direct3d11: fix log type
Steve Lhomme
git at videolan.org
Thu Feb 2 16:59:41 CET 2017
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Thu Feb 2 14:54:01 2017 +0100| [2ee46959b4d62b8a0d55bce74f793805bcff18bd] | committer: Jean-Baptiste Kempf
direct3d11: fix log type
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2ee46959b4d62b8a0d55bce74f793805bcff18bd
---
modules/video_output/win32/direct3d11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index d5d3eb7..2dc1b26 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -1820,7 +1820,7 @@ static bool AllocQuadVertices(vout_display_t *vd, d3d_quad_t *quad, video_projec
}
else
{
- msg_Warn(vd, "Projection mode %s not handled", projection);
+ msg_Warn(vd, "Projection mode %d not handled", projection);
return false;
}
More information about the vlc-commits
mailing list