[vlc-devel] [PATCH 1/2] d3d11_surface: log when we use a different format
Steve Lhomme
robux4 at videolabs.io
Mon Oct 16 15:16:30 CEST 2017
---
modules/video_chroma/d3d11_surface.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/video_chroma/d3d11_surface.c b/modules/video_chroma/d3d11_surface.c
index aa4da34ac0..17b2deff6f 100644
--- a/modules/video_chroma/d3d11_surface.c
+++ b/modules/video_chroma/d3d11_surface.c
@@ -229,6 +229,8 @@ static int assert_staging(filter_t *p_filter, picture_sys_t *p_sys)
sys->staging = NULL;
hr = E_FAIL;
}
+ else
+ msg_Dbg(p_filter, "Using shader+processor format %s", new_fmt->name);
}
else
{
--
2.14.2
More information about the vlc-devel
mailing list