Bug 1851260 - Update opus to 101a71e03bbf860aaafb7090a0e440675cb27660 r=kinetik

Differential Revision: https://phabricator.services.mozilla.com/D187320
This commit is contained in:
Updatebot 2023-09-26 01:34:10 +00:00
parent ef2dc7b7f7
commit 165d7076f6
3 changed files with 4 additions and 4 deletions

View File

@ -1450,7 +1450,7 @@ void quant_all_bands(int encode, const CELTMode *m, int start, int end,
if (encode && resynth)
lowband_scratch = _lowband_scratch;
else
lowband_scratch = X_+M*eBands[m->nbEBands-1];
lowband_scratch = X_+M*eBands[m->effEBands-1];
ALLOC(X_save, resynth_alloc, celt_norm);
ALLOC(Y_save, resynth_alloc, celt_norm);
ALLOC(X_save2, resynth_alloc, celt_norm);

View File

@ -21,7 +21,7 @@ FINAL_LIBRARY = "gkcodecs"
NoVisibilityFlags()
DEFINES["OPUS_BUILD"] = True
DEFINES["OPUS_VERSION"] = "5023249b5c935545fb02dbfe845cae996ecfc8bb"
DEFINES["OPUS_VERSION"] = "101a71e03bbf860aaafb7090a0e440675cb27660"
DEFINES["USE_ALLOCA"] = True
DEFINES["ENABLE_HARDENING"] = True

View File

@ -20,11 +20,11 @@ origin:
# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
release: 5023249b5c935545fb02dbfe845cae996ecfc8bb (2023-05-27T17:32:31.000-04:00).
release: 101a71e03bbf860aaafb7090a0e440675cb27660 (2023-08-11T04:06:52.000-04:00).
# Revision to pull in
# Must be a long or short commit SHA (long preferred)
revision: 5023249b5c935545fb02dbfe845cae996ecfc8bb
revision: 101a71e03bbf860aaafb7090a0e440675cb27660
# The package's license, where possible using the mnemonic from
# https://spdx.org/licenses/