Chromium Code Reviews| Index: source/libvpx/tools_common.h |
| diff --git a/source/libvpx/tools_common.h b/source/libvpx/tools_common.h |
| index aa7f025992e37731bbbc9c4ca7658d671df963a2..adccec88bb34743f10de51c60caa81f03660dcdb 100644 |
| --- a/source/libvpx/tools_common.h |
| +++ b/source/libvpx/tools_common.h |
| @@ -89,6 +89,7 @@ struct VpxInputContext { |
| enum VideoFileType file_type; |
| uint32_t width; |
| uint32_t height; |
| + struct VpxRational pixel_aspect_ratio; |
| vpx_img_fmt_t fmt; |
| vpx_bit_depth_t bit_depth; |
| int only_i420; |