Skip to content

Commit f50b949

Browse files
committed
Remove redundant call to lpcnet_plc_fec_clear()
1 parent 79de372 commit f50b949

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/opus_decoder.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ int opus_decode_native(OpusDecoder *st, const unsigned char *data,
743743
init_frames = (st->lpcnet.blend == 0) ? 2 : 0;
744744
features_per_frame = IMAX(1, frame_size/F10);
745745
needed_feature_frames = init_frames + features_per_frame;
746-
lpcnet_plc_fec_clear(&st->lpcnet);
747746
for (i=0;i<needed_feature_frames;i++) {
748747
int feature_offset;
749748
/* We floor instead of rounding because 5-ms overlap compensates for the missing 0.5 rounding offset. */

0 commit comments

Comments
 (0)