summaryrefslogtreecommitdiff
path: root/silk/API.h
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/API.h
parent622046c1f1230e107664e35873d46b731f32df41 (diff)
downloadopus-0d57a5dc28c904ad765fea12f8ab40e3bd6f05f4.tar.gz
Disable silk_get_TOC in the code, as it's not used or exposed.
Diffstat (limited to 'silk/API.h')
-rw-r--r--silk/API.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/silk/API.h b/silk/API.h
index be1671d1..c77ad2f5 100644
--- a/silk/API.h
+++ b/silk/API.h
@@ -121,6 +121,7 @@ opus_int silk_Decode( /* O Returns error co
opus_int32 *nSamplesOut /* O Number of samples decoded */
);
+#if 0
/**************************************/
/* Get table of contents for a packet */
/**************************************/
@@ -130,6 +131,7 @@ opus_int silk_get_TOC(
const opus_int nFramesPerPayload, /* I Number of SILK frames per payload */
silk_TOC_struct *Silk_TOC /* O Type of content */
);
+#endif
#ifdef __cplusplus
}