summaryrefslogtreecommitdiff
path: root/src/extensions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions.c')
-rw-r--r--src/extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extensions.c b/src/extensions.c
index b7bafb99..e899ad2b 100644
--- a/src/extensions.c
+++ b/src/extensions.c
@@ -38,7 +38,7 @@
/* Given an extension payload, advance data to the next extension and return the
length of the remaining extensions. */
-static opus_int32 skip_extension(const unsigned char **data, opus_int32 len, opus_int32 *header_size)
+opus_int32 skip_extension(const unsigned char **data, opus_int32 len, opus_int32 *header_size)
{
int id, L;
if (len==0)