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

Steve Lhomme git at videolan.org
Thu Apr 13 16:42:43 CEST 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue Mar 28 08:52:22 2017 +0200| [2532e46e9d7f2d48088ce5bbc778f954c2c609ca] | committer: Jean-Baptiste Kempf

directx_va: less verbose logging of available codecs

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 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);
     }
 



More information about the vlc-commits mailing list