summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt/cwrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/celt/cwrs.h')
-rw-r--r--lib/rbcodec/codecs/libopus/celt/cwrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libopus/celt/cwrs.h b/lib/rbcodec/codecs/libopus/celt/cwrs.h
index 7dfbd076d1..7cd4717459 100644
--- a/lib/rbcodec/codecs/libopus/celt/cwrs.h
+++ b/lib/rbcodec/codecs/libopus/celt/cwrs.h
@@ -43,6 +43,6 @@ void get_required_bits(opus_int16 *bits, int N, int K, int frac);
43 43
44void encode_pulses(const int *_y, int N, int K, ec_enc *enc); 44void encode_pulses(const int *_y, int N, int K, ec_enc *enc);
45 45
46void decode_pulses(int *_y, int N, int K, ec_dec *dec); 46opus_val32 decode_pulses(int *_y, int N, int K, ec_dec *dec);
47 47
48#endif /* CWRS_H */ 48#endif /* CWRS_H */