summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_onyx.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/vp9_onyx.h')
-rw-r--r--vp9/common/vp9_onyx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/common/vp9_onyx.h b/vp9/common/vp9_onyx.h
index c5faf88f8..65a2a5ed1 100644
--- a/vp9/common/vp9_onyx.h
+++ b/vp9/common/vp9_onyx.h
@@ -193,7 +193,7 @@ extern "C"
int64_t end_time_stamp);
int vp9_get_compressed_data(VP9_PTR comp, unsigned int *frame_flags,
- unsigned long *size, unsigned char *dest,
+ size_t *size, uint8_t *dest,
int64_t *time_stamp, int64_t *time_end,
int flush);