From cf99446d16a53a702a47b082dff7cffc5ce820a3 Mon Sep 17 00:00:00 2001 From: sr55 Date: Tue, 25 Sep 2018 18:29:32 +0100 Subject: VCE: Add positive logging. --- libhb/vce_common.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libhb/vce_common.c') diff --git a/libhb/vce_common.c b/libhb/vce_common.c index 551596e2c..21b4bb596 100644 --- a/libhb/vce_common.c +++ b/libhb/vce_common.c @@ -22,6 +22,8 @@ AMF_RESULT check_component_available(const wchar_t *componentID) AMFCaps *encoderCaps = NULL; AMF_RESULT result = AMF_FAIL; + hb_log("VCE: Checking for hardware availability."); + library = hb_dlopen(AMF_DLL_NAMEA); if(!library) { @@ -69,6 +71,8 @@ AMF_RESULT check_component_available(const wchar_t *componentID) } result = encoder->pVtbl->GetCaps(encoder, &encoderCaps); + + hb_log("VCE: Result = %d", result); clean: if (encoderCaps) -- cgit v1.2.3