summaryrefslogtreecommitdiff
path: root/silk/HP_variable_cutoff.c
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-27 21:33:14 -0400
committerGregory Maxwell <greg@xiph.org>2011-09-27 21:33:14 -0400
commit7152a9aa9a479ac39053a39548343a8ec2757094 (patch)
tree92bd8760df487beea168b7bd3a674f7fb26df2cb /silk/HP_variable_cutoff.c
parent748c960cf7ab61a92adc323fe5bbae03af9949f4 (diff)
downloadopus-7152a9aa9a479ac39053a39548343a8ec2757094.tar.gz
Fix some GCC warings in the silk/ directory.
Diffstat (limited to 'silk/HP_variable_cutoff.c')
-rw-r--r--silk/HP_variable_cutoff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/silk/HP_variable_cutoff.c b/silk/HP_variable_cutoff.c
index 1cd82a4e..c66f47bb 100644
--- a/silk/HP_variable_cutoff.c
+++ b/silk/HP_variable_cutoff.c
@@ -37,8 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* High-pass filter with cutoff frequency adaptation based on pitch lag statistics */
void silk_HP_variable_cutoff(
- silk_encoder_state_Fxx state_Fxx[], /* I/O Encoder states */
- const opus_int nChannels /* I Number of channels */
+ silk_encoder_state_Fxx state_Fxx[] /* I/O Encoder states */
)
{
opus_int quality_Q15;