Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-28 05:33:14 +0400
committerGregory Maxwell <greg@xiph.org>2011-09-28 05:33:14 +0400
commit7152a9aa9a479ac39053a39548343a8ec2757094 (patch)
tree92bd8760df487beea168b7bd3a674f7fb26df2cb /silk/decode_frame.c
parent748c960cf7ab61a92adc323fe5bbae03af9949f4 (diff)
Fix some GCC warings in the silk/ directory.
Diffstat (limited to 'silk/decode_frame.c')
-rw-r--r--silk/decode_frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/decode_frame.c b/silk/decode_frame.c
index d70dccb1..413ff832 100644
--- a/silk/decode_frame.c
+++ b/silk/decode_frame.c
@@ -117,7 +117,7 @@ TOC(decode_core)
/****************************************************************/
/* Ensure smooth connection of extrapolated and good frames */
/****************************************************************/
- silk_PLC_glue_frames( psDec, &sDecCtrl, pOut, L );
+ silk_PLC_glue_frames( psDec, pOut, L );
/************************************************/
/* Comfort noise generation / estimation */