Chromium Code Reviews| Index: source/libvpx/y4minput.h |
| =================================================================== |
| --- source/libvpx/y4minput.h (revision 281795) |
| +++ source/libvpx/y4minput.h (working copy) |
| @@ -58,7 +58,8 @@ |
| unsigned char *dst_buf; |
| unsigned char *aux_buf; |
| enum vpx_img_fmt vpx_fmt; |
| - int vpx_bps; |
| + int bps; |
| + unsigned int bit_depth; |
| }; |
| int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, |