From 9c23f5cdca89b9ef7af158d19f436360bb404837 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Mon, 28 Oct 2013 14:15:18 -0400 Subject: [PATCH] Makes stereo savings still less aggressive Caps the savings at 1 bit per (coded) sample. This doesn't really increase the bitrate and fixes some issues, e.g. with IgorC's "twilight" sample. --- celt/celt_encoder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/celt/celt_encoder.c b/celt/celt_encoder.c index 59dcc5c6..612fc213 100644 --- a/celt/celt_encoder.c +++ b/celt/celt_encoder.c @@ -1156,6 +1156,7 @@ static int compute_vbr(const CELTMode *mode, AnalysisInfo *analysis, opus_int32 coded_stereo_dof = (eBands[coded_stereo_bands]<