summaryrefslogtreecommitdiff
path: root/silk/dec_API.c
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2012-08-06 10:52:27 -0400
committerGregory Maxwell <greg@xiph.org>2012-08-06 12:29:42 -0400
commit0d57a5dc28c904ad765fea12f8ab40e3bd6f05f4 (patch)
tree6a669c02b913d82f3e320956411842e1198021c0 /silk/dec_API.c
parent622046c1f1230e107664e35873d46b731f32df41 (diff)
downloadopus-0d57a5dc28c904ad765fea12f8ab40e3bd6f05f4.tar.gz
Disable silk_get_TOC in the code, as it's not used or exposed.
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