aboutsummaryrefslogtreecommitdiffstats
path: root/include/gapk/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gapk/codecs.h')
-rw-r--r--include/gapk/codecs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gapk/codecs.h b/include/gapk/codecs.h
index 1699347..e8d7027 100644
--- a/include/gapk/codecs.h
+++ b/include/gapk/codecs.h
@@ -38,7 +38,7 @@ enum codec_type {
#include <gapk/formats.h> /* need to import here because or enum interdep */
-typedef int (*codec_conv_cb_t)(void *state, uint8_t *dst, const uint8_t *src);
+typedef int (*codec_conv_cb_t)(void *state, uint8_t *dst, const uint8_t *src, unsigned int src_len);
struct codec_desc {
enum codec_type type;