summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-05-09 17:04:01 +0100
committersr55 <[email protected]>2020-05-09 17:20:43 +0100
commit6071180f43ee24a2c37da1f2d1df63040974b6a5 (patch)
treed34df9e3032d07faefe67deb66eff41bdfa074f7
parent453ca5598aca850eb528e46a9b7517455cea54ef (diff)
log: Make it easier to see when hardware support is disabled.
(cherry picked from commit cacd4c9a1eabf196bc50c07106112ad76229830c)
-rw-r--r--libhb/hb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 336e60d16..a2d765618 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();
}