aboutsummaryrefslogtreecommitdiff
path: root/silk/decode_frame.c
diff options
context:
space:
mode:
authorJesús de Vicente Peña <devicentepena@webrtc.org>2019-10-08 14:30:23 +0200
committerFelicia Lim <flim@google.com>2020-02-03 12:32:53 -0800
commitcf58efea0bf978dc53290f3a6898323f4e8b663a (patch)
tree6bd410037f749ad10bac6ca8f2f2a17e08100747 /silk/decode_frame.c
parent6d29f51a40be64e03acc2619f35b4971ba00617c (diff)
downloadlibopus-cf58efea0bf978dc53290f3a6898323f4e8b663a.tar.gz
Revert "Attenuate SILK PLC gain only for unvoiced speech"
This reverts commit 4f5557c3095a1d212161609ff638cdae67a9b303. Signed-off-by: Felicia Lim <flim@google.com>
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 );
}