summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2013-12-11 15:50:40 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-12-11 15:50:40 -0800
commit7edd5170b5e94c7f58e7e150cbe5446fc993a5de (patch)
treee151747cb2b714b4e0665a78cb1c7e7cda0f225b /vp9/common
parenta4ccfadcc293694ababf92bb9d5c1b654c771bb0 (diff)
parente33855cc47cba96ef75a479812342aee6268b5ce (diff)
downloadlibvpx-7edd5170b5e94c7f58e7e150cbe5446fc993a5de.tar
libvpx-7edd5170b5e94c7f58e7e150cbe5446fc993a5de.tar.gz
libvpx-7edd5170b5e94c7f58e7e150cbe5446fc993a5de.tar.bz2
libvpx-7edd5170b5e94c7f58e7e150cbe5446fc993a5de.zip
Merge "Changes interfaces to vp9_get_compressed_data fn"
Diffstat (limited to 'vp9/common')
-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);