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

Unified Diff: third_party/opus/src/silk/decode_frame.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/decode_core.c ('k') | third_party/opus/src/silk/decode_parameters.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/src/silk/decode_frame.c
diff --git a/third_party/opus/src/silk/decode_frame.c b/third_party/opus/src/silk/decode_frame.c
index a605d95ac6ab10a7acef7a5fa57e33e040bb0f86..dfa73c4a29670634aeb70061252ada7136ec2dc2 100644
--- a/third_party/opus/src/silk/decode_frame.c
+++ b/third_party/opus/src/silk/decode_frame.c
@@ -97,6 +97,7 @@ opus_int silk_decode_frame(
psDec->first_frame_after_reset = 0;
} else {
/* Handle packet loss by extrapolation */
+ psDec->indices.signalType = psDec->prevSignalType;
silk_PLC( psDec, psDecCtrl, pOut, 1, arch );
}
« no previous file with comments | « third_party/opus/src/silk/decode_core.c ('k') | third_party/opus/src/silk/decode_parameters.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698