summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libopus/celt/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libopus/celt/modes.h')
-rw-r--r--lib/rbcodec/codecs/libopus/celt/modes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/rbcodec/codecs/libopus/celt/modes.h b/lib/rbcodec/codecs/libopus/celt/modes.h
index c8340f9875..be813ccc8b 100644
--- a/lib/rbcodec/codecs/libopus/celt/modes.h
+++ b/lib/rbcodec/codecs/libopus/celt/modes.h
@@ -39,14 +39,6 @@
39 39
40#define MAX_PERIOD 1024 40#define MAX_PERIOD 1024
41 41
42#ifndef OVERLAP
43#define OVERLAP(mode) ((mode)->overlap)
44#endif
45
46#ifndef FRAMESIZE
47#define FRAMESIZE(mode) ((mode)->mdctSize)
48#endif
49
50typedef struct { 42typedef struct {
51 int size; 43 int size;
52 const opus_int16 *index; 44 const opus_int16 *index;