Chromium Code Reviews| Index: source/libvpx/vp8/encoder/onyx_int.h |
| diff --git a/source/libvpx/vp8/encoder/onyx_int.h b/source/libvpx/vp8/encoder/onyx_int.h |
| index b1a749c1dd7e044052217b62af85b28051eaf0d0..82d7453902c927b8023ca090d15f58d8dcbc551a 100644 |
| --- a/source/libvpx/vp8/encoder/onyx_int.h |
| +++ b/source/libvpx/vp8/encoder/onyx_int.h |
| @@ -665,6 +665,9 @@ typedef struct VP8_COMP |
| int droppable; |
| + int initial_width; |
| + int initial_height; |
| + |
| #if CONFIG_TEMPORAL_DENOISING |
| VP8_DENOISER denoiser; |
| #endif |