[vlc-devel] [PATCH] dxva2: less verbose logging
Steve Lhomme
robux4 at gmail.com
Thu Oct 26 15:46:02 CEST 2017
---
modules/codec/avcodec/dxva2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index 92c5a45d68..7bfe6a9273 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -463,7 +463,7 @@ static int D3dCreateDeviceManager(vlc_va_t *va)
return VLC_EGENERIC;
}
sys->devmng = devmng;
- msg_Info(va, "obtained IDirect3DDeviceManager9");
+ msg_Dbg(va, "obtained IDirect3DDeviceManager9");
HRESULT hr = IDirect3DDeviceManager9_ResetDevice(devmng, dx_sys->d3ddev, token);
if (FAILED(hr)) {
--
2.12.1
More information about the vlc-devel
mailing list