summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/common.c')
-rw-r--r--libhb/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/common.c b/libhb/common.c
index 00ed1555f..20eb7acff 100644
--- a/libhb/common.c
+++ b/libhb/common.c
@@ -526,7 +526,7 @@ void hb_get_audio_quality_limits(uint32_t codec, float *low, float *high, float
case HB_ACODEC_CA_AAC:
*direction = 0;
*granularity = 9;
- *low = 0.;
+ *low = 1.;
*high = 127.0;
break;