Chromium Code Reviews| Index: source/libvpx/y4menc.h |
| =================================================================== |
| --- source/libvpx/y4menc.h (revision 281795) |
| +++ source/libvpx/y4menc.h (working copy) |
| @@ -23,7 +23,7 @@ |
| int y4m_write_file_header(char *buf, size_t len, int width, int height, |
| const struct VpxRational *framerate, |
| - vpx_img_fmt_t fmt); |
| + vpx_img_fmt_t fmt, unsigned int bit_depth); |
| int y4m_write_frame_header(char *buf, size_t len); |
| #ifdef __cplusplus |