Skip to content
Snippets Groups Projects
Commit 0d57a5dc authored by Gregory Maxwell's avatar Gregory Maxwell
Browse files

Disable silk_get_TOC in the code, as it's not used or exposed.

parent 622046c1
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment