summaryrefslogtreecommitdiff
path: root/silk/dec_API.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/dec_API.c')
-rw-r--r--silk/dec_API.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/silk/dec_API.c b/silk/dec_API.c
index 2ca24519..60beef6e 100644
--- a/silk/dec_API.c
+++ b/silk/dec_API.c
@@ -340,6 +340,7 @@ opus_int silk_Decode( /* O Returns error co
return ret;
}
+#if 0
/* Getting table of contents for a packet */
opus_int silk_get_TOC(
const opus_uint8 *payload, /* I Payload data */
@@ -371,3 +372,4 @@ opus_int silk_get_TOC(
return ret;
}
+#endif