summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_onyxd_int.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-09-24 16:38:30 -0700
committerDmitry Kovalev <dkovalev@google.com>2013-09-24 16:38:30 -0700
commitc7b7b1da8614797d7cf0da1c2147291e508fb90d (patch)
tree646a93703c08f7b037dde6a083f696c92cd33978 /vp9/decoder/vp9_onyxd_int.h
parent682c27239f711cb0dbdcb329d4070f62c76f1f5f (diff)
downloadlibvpx-c7b7b1da8614797d7cf0da1c2147291e508fb90d.tar
libvpx-c7b7b1da8614797d7cf0da1c2147291e508fb90d.tar.gz
libvpx-c7b7b1da8614797d7cf0da1c2147291e508fb90d.tar.bz2
libvpx-c7b7b1da8614797d7cf0da1c2147291e508fb90d.zip
Using size_t for memory buffer size.
Change-Id: Ibf1642525731c66c99fa25f95c7b5834ae88c688
Diffstat (limited to 'vp9/decoder/vp9_onyxd_int.h')
-rw-r--r--vp9/decoder/vp9_onyxd_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/decoder/vp9_onyxd_int.h b/vp9/decoder/vp9_onyxd_int.h
index a051971a1..638b5e161 100644
--- a/vp9/decoder/vp9_onyxd_int.h
+++ b/vp9/decoder/vp9_onyxd_int.h
@@ -25,7 +25,7 @@ typedef struct VP9Decompressor {
VP9D_CONFIG oxcf;
const uint8_t *source;
- uint32_t source_sz;
+ size_t source_sz;
int64_t last_time_stamp;
int ready_for_new_data;