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/stereo_quant_pred.c
parent748c960cf7ab61a92adc323fe5bbae03af9949f4 (diff)
Fix some GCC warings in the silk/ directory.
Diffstat (limited to 'silk/stereo_quant_pred.c')
-rw-r--r--silk/stereo_quant_pred.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/stereo_quant_pred.c b/silk/stereo_quant_pred.c
index 2ffe3fa0..f91ed923 100644
--- a/silk/stereo_quant_pred.c
+++ b/silk/stereo_quant_pred.c
@@ -33,7 +33,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* Quantize mid/side predictors */
void silk_stereo_quant_pred(
- stereo_enc_state *state, /* I/O State */
opus_int32 pred_Q13[], /* I/O Predictors (out: quantized) */
opus_int8 ix[ 2 ][ 3 ] /* O Quantization indices */
)