From 0efcc2be1f988603f8239310e88da2a9623347c8 Mon Sep 17 00:00:00 2001 From: Felicia Lim Date: Tue, 6 Nov 2018 12:35:39 -0800 Subject: Upgrade Opus to v1.3 Bug: 63932386 Test: - verified builds for arm*/x86* - checked functionality using an emulator and stagefright Change-Id: I10c4b267be1c846d8992e3c5f6d2576c2cb258a9 Signed-off-by: Felicia Lim --- celt/quant_bands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'celt/quant_bands.c') diff --git a/celt/quant_bands.c b/celt/quant_bands.c index 56101b1c..39a221ed 100644 --- a/celt/quant_bands.c +++ b/celt/quant_bands.c @@ -457,7 +457,7 @@ void unquant_coarse_energy(const CELTMode *m, int start, int end, opus_val16 *ol /* It would be better to express this invariant as a test on C at function entry, but that isn't enough to make the static analyzer happy. */ - celt_assert(c<2); + celt_sig_assert(c<2); tell = ec_tell(dec); if(budget-tell>=15) { -- cgit v1.2.3