diff options
Diffstat (limited to 'libhb/common.c')
-rw-r--r-- | libhb/common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/common.c b/libhb/common.c index 65be729b8..5f0d058ed 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -518,9 +518,9 @@ void hb_get_audio_quality_limits(uint32_t codec, float *low, float *high, float case HB_ACODEC_VORBIS: *direction = 0; - *granularity = 0.05; - *low = -0.2; - *high = 1.0; + *granularity = 0.5; + *low = -2.0; + *high = 10.0; break; case HB_ACODEC_CA_AAC: |