[vlc-commits] d3d11_surface: log when we use a different format
    Steve Lhomme 
    git at videolan.org
       
    Mon Oct 16 16:50:03 CEST 2017
    
    
  
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | 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 <jb at videolan.org>
> 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
                 {
    
    
More information about the vlc-commits
mailing list