Chromium Code Reviews| Index: source/libvpx/vpx_scale/yv12config.h |
| diff --git a/source/libvpx/vpx_scale/yv12config.h b/source/libvpx/vpx_scale/yv12config.h |
| index f04dee1e817c9e9b51bf9dd76f3047da8e92c601..6cdc235fe9b9fe2d33ab1d21c6e437b92a05cd95 100644 |
| --- a/source/libvpx/vpx_scale/yv12config.h |
| +++ b/source/libvpx/vpx_scale/yv12config.h |
| @@ -55,6 +55,7 @@ typedef struct yv12_buffer_config { |
| int subsampling_x; |
| int subsampling_y; |
| unsigned int bit_depth; |
| + vpx_color_space_t color_space; |
| int corrupted; |
| int flags; |