summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native/svq1.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/native/svq1.h')
-rw-r--r--libmpcodecs/native/svq1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/native/svq1.h b/libmpcodecs/native/svq1.h
index feeda4a9ee..a641c307e8 100644
--- a/libmpcodecs/native/svq1.h
+++ b/libmpcodecs/native/svq1.h
@@ -34,5 +34,5 @@ typedef struct svq1_s {
int height;
} svq1_t;
-int svq1_decode_frame (svq1_t *svq1, uint8_t *buffer);
+int svq1_decode_frame (svq1_t *svq1, uint8_t *buffer, int buffer_size);
void svq1_free (svq1_t *svq1);