summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2013-12-05 17:20:01 -0800
committerDeb Mukherjee <debargha@google.com>2013-12-11 14:22:51 -0800
commite33855cc47cba96ef75a479812342aee6268b5ce (patch)
tree7a20948b1470f92472e1b97cc40c2ce94b744819 /vp9/common
parent8de1d8bfe34cdbe1cb467b2a260febb49d393441 (diff)
downloadlibvpx-e33855cc47cba96ef75a479812342aee6268b5ce.tar
libvpx-e33855cc47cba96ef75a479812342aee6268b5ce.tar.gz
libvpx-e33855cc47cba96ef75a479812342aee6268b5ce.tar.bz2
libvpx-e33855cc47cba96ef75a479812342aee6268b5ce.zip
Changes interfaces to vp9_get_compressed_data fn
Silences some lint warnings in previous patches Change-Id: I04bf47ebe7e63a95fd322719a3154e589c115d78
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);