mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 06:09:15 +00:00
Disable silk_get_TOC in the code, as it's not used or exposed.
This commit is contained in:
parent
622046c1f1
commit
0d57a5dc28
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue