summaryrefslogtreecommitdiff
path: root/silk/API.h
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-09-10 01:48:22 -0700
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-09-12 15:54:17 -0400
commitd006b781ca528fa7d9da7b02480846fedd3b82a1 (patch)
tree87b50bbdfd703ed5e4dde3d147cbdb0f73913493 /silk/API.h
parentd509e9f2a82ed39465b9ae864c69e4fde70c3042 (diff)
downloadopus-d006b781ca528fa7d9da7b02480846fedd3b82a1.tar.gz
Mark functions static if they are only used in their own translation unit.
This allows the compiler to perform more optimization on them as it knows how the functions are being called. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu>
Diffstat (limited to 'silk/API.h')
-rw-r--r--silk/API.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/silk/API.h b/silk/API.h
index c77ad2f5..4b8ca12a 100644
--- a/silk/API.h
+++ b/silk/API.h
@@ -67,14 +67,6 @@ opus_int silk_InitEncoder( /* O Returns error co
silk_EncControlStruct *encStatus /* O Encoder Status */
);
-/***************************************/
-/* Read control structure from encoder */
-/***************************************/
-opus_int silk_QueryEncoder( /* O Returns error code */
- const void *encState, /* I State */
- silk_EncControlStruct *encStatus /* O Encoder Status */
-);
-
/**************************/
/* Encode frame with Silk */
/**************************/