summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/silk/PLC.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/silk/PLC.h')
-rw-r--r--lib/rbcodec/codecs/libopus/silk/PLC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libopus/silk/PLC.h b/lib/rbcodec/codecs/libopus/silk/PLC.h
index f1e2eccc69..6438f51633 100644
--- a/lib/rbcodec/codecs/libopus/silk/PLC.h
+++ b/lib/rbcodec/codecs/libopus/silk/PLC.h
@@ -48,7 +48,8 @@ void silk_PLC(
48 silk_decoder_state *psDec, /* I/O Decoder state */ 48 silk_decoder_state *psDec, /* I/O Decoder state */
49 silk_decoder_control *psDecCtrl, /* I/O Decoder control */ 49 silk_decoder_control *psDecCtrl, /* I/O Decoder control */
50 opus_int16 frame[], /* I/O signal */ 50 opus_int16 frame[], /* I/O signal */
51 opus_int lost /* I Loss flag */ 51 opus_int lost, /* I Loss flag */
52 int arch /* I Run-time architecture */
52); 53);
53 54
54void silk_PLC_glue_frames( 55void silk_PLC_glue_frames(