[vlc-devel] [PATCH] directx_va: less verbose logging of available codecs

Steve Lhomme robux4 at videolabs.io
Tue Mar 28 08:52:22 CEST 2017


---
 modules/codec/avcodec/directx_va.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/avcodec/directx_va.c b/modules/codec/avcodec/directx_va.c
index 1c26edcd6e..d114feac79 100644
--- a/modules/codec/avcodec/directx_va.c
+++ b/modules/codec/avcodec/directx_va.c
@@ -549,7 +549,7 @@ static int FindVideoServiceConversion(vlc_va_t *va, directx_sys_t *dx_sys, const
     for (unsigned i = 0; i < p_list.count; i++) {
         const GUID *g = &p_list.list[i];
         char *psz_decoder_name = directx_va_GetDecoderName(g);
-        msg_Dbg(va, "- '%s' is supported by hardware", psz_decoder_name);
+        msg_Dbg(va, "- '%s' is supported", psz_decoder_name);
         free(psz_decoder_name);
     }
 
-- 
2.11.1



More information about the vlc-devel mailing list