vlc | branch: master | Steve Lhomme <[email protected]> | Mon Oct 16 15:16:30 2017 +0200| [875ed38fee7e30a6925b8b53864eeaf2b981b523] | committer: Jean-Baptiste Kempf
d3d11_surface: log when we use a different format Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=875ed38fee7e30a6925b8b53864eeaf2b981b523 --- 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 { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
