Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/opus/src/silk/init_decoder.c

Issue 2962373002: [Opus] Update to v1.2.1 (Closed)
Patch Set: Pre-increment instead of post-increment Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/opus/src/silk/gain_quant.c ('k') | third_party/opus/src/silk/lin2log.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/src/silk/init_decoder.c
diff --git a/third_party/opus/src/silk/init_decoder.c b/third_party/opus/src/silk/init_decoder.c
index f887c67886fb57acd54b03a3dc5210c3b09bb4b2..16c03dcd1ca1b33b4840999d8db6c7f5b2b15ebe 100644
--- a/third_party/opus/src/silk/init_decoder.c
+++ b/third_party/opus/src/silk/init_decoder.c
@@ -44,6 +44,7 @@ opus_int silk_init_decoder(
/* Used to deactivate LSF interpolation */
psDec->first_frame_after_reset = 1;
psDec->prev_gain_Q16 = 65536;
+ psDec->arch = opus_select_arch();
/* Reset CNG state */
silk_CNG_Reset( psDec );
« no previous file with comments | « third_party/opus/src/silk/gain_quant.c ('k') | third_party/opus/src/silk/lin2log.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698