summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/libvpx/vpx_scale/yv12config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vpx_scale/yv12config.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vpx_scale/yv12config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vpx_scale/yv12config.h b/chromium/third_party/libvpx/source/libvpx/vpx_scale/yv12config.h
index 53728af42c5..2cf18217f60 100644
--- a/chromium/third_party/libvpx/source/libvpx/vpx_scale/yv12config.h
+++ b/chromium/third_party/libvpx/source/libvpx/vpx_scale/yv12config.h
@@ -49,9 +49,9 @@ typedef struct yv12_buffer_config {
uint8_t *alpha_buffer;
uint8_t *buffer_alloc;
- int buffer_alloc_sz;
+ size_t buffer_alloc_sz;
int border;
- int frame_size;
+ size_t frame_size;
int subsampling_x;
int subsampling_y;
unsigned int bit_depth;