[vlc-devel] [PATCH 01/19] direct3d11: fix log type
Steve Lhomme
robux4 at videolabs.io
Thu Feb 2 14:54:01 CET 2017
---
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;
}
--
2.10.2
More information about the vlc-devel
mailing list