summaryrefslogtreecommitdiff
path: root/drivers/opus/celt/cwrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/opus/celt/cwrs.h')
-rw-r--r--drivers/opus/celt/cwrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/opus/celt/cwrs.h b/drivers/opus/celt/cwrs.h
index 5400afa6a4..f0ea844e5e 100644
--- a/drivers/opus/celt/cwrs.h
+++ b/drivers/opus/celt/cwrs.h
@@ -43,6 +43,6 @@ void get_required_bits(opus_int16 *bits, int N, int K, int frac);
void encode_pulses(const int *_y, int N, int K, ec_enc *enc);
-void decode_pulses(int *_y, int N, int K, ec_dec *dec);
+opus_val32 decode_pulses(int *_y, int N, int K, ec_dec *dec);
#endif /* CWRS_H */