[vlc-commits] direct3d11: log the sampler as well

Steve Lhomme git at videolan.org
Mon Feb 5 18:14:01 CET 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Feb  5 18:10:33 2018 +0100| [b8d583fe6855fc36bab577c75a07ed4c98cfb22f] | committer: Steve Lhomme

direct3d11: log the sampler as well

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8d583fe6855fc36bab577c75a07ed4c98cfb22f
---

 modules/video_output/win32/direct3d11.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c
index f3f220f326..949419fcfe 100644
--- a/modules/video_output/win32/direct3d11.c
+++ b/modules/video_output/win32/direct3d11.c
@@ -1945,6 +1945,7 @@ static HRESULT CompilePixelShader(vout_display_t *vd, const d3d_format_t *format
         msg_Dbg(vd,"psz_peak_luminance %s", psz_peak_luminance);
         msg_Dbg(vd,"psz_display_transform %s", psz_display_transform);
         msg_Dbg(vd,"psz_adjust_range %s", psz_adjust_range);
+        msg_Dbg(vd,"psz_sampler %s", psz_sampler);
     }
 #endif
     free(psz_range);



More information about the vlc-commits mailing list