diff options
Diffstat (limited to 'include/gapk/formats.h')
-rw-r--r-- | include/gapk/formats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gapk/formats.h b/include/gapk/formats.h index cb5e2fd..5e1a262 100644 --- a/include/gapk/formats.h +++ b/include/gapk/formats.h @@ -53,7 +53,7 @@ enum format_type { #include <gapk/codecs.h> /* need to import here because or enum interdep */ -typedef int (*fmt_conv_cb_t)(uint8_t *dst, const uint8_t *src); +typedef int (*fmt_conv_cb_t)(uint8_t *dst, const uint8_t *src, unsigned int src_len); struct format_desc { enum format_type type; |