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:
Diffstat (limited to 'silk/main.h')
-rw-r--r--silk/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/main.h b/silk/main.h
index a91cf07d..c3178ba4 100644
--- a/silk/main.h
+++ b/silk/main.h
@@ -80,7 +80,6 @@ opus_int32 silk_stereo_find_predictor( /* O Returns predict
/* 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 */
);