summaryrefslogtreecommitdiff
path: root/silk/decode_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/decode_frame.c')
-rw-r--r--silk/decode_frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/decode_frame.c b/silk/decode_frame.c
index e73825b2..4f36f854 100644
--- a/silk/decode_frame.c
+++ b/silk/decode_frame.c
@@ -97,7 +97,6 @@ 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 );
}