summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-05-09 17:04:01 +0100
committersr55 <[email protected]>2020-05-09 17:19:58 +0100
commitcacd4c9a1eabf196bc50c07106112ad76229830c (patch)
treeac688cd921fc6e824efa04ce2c07ef0ea909af96 /libhb/hb.c
parentf6bd4162d5afcfb73ce1960f09c41159c5b7b3c6 (diff)
log: Make it easier to see when hardware support is disabled.
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index fcd57c3e6..2da229f98 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -1665,6 +1665,7 @@ void hb_close( hb_handle_t ** _h )
int hb_global_init_no_hardware()
{
disable_hardware = 1;
+ hb_log( "Init: Hardware encoders are disabled." );
return hb_global_init();
}