summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/hb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index bdd2353d9..98e014f0d 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -71,6 +71,7 @@ hb_handle_t * hb_init_real( int verbose, int update_check )
if( verbose > HB_DEBUG_NONE )
{
putenv( "HB_DEBUG=1" );
+ av_log_set_level(AV_LOG_DEBUG);
}
/* Check for an update on the website if asked to */