X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=y4minput.h;h=356cebbcf0aadabe4b86f5e7f645251aa1fa7479;hb=a4f3751be5f012d66011ddc1c5f12bd12734a1d3;hp=d53eb651b9419998b251bc81efeb21a5ae26e1bf;hpb=c6d537155c0eef7de973a09fdc5755e734f02042;p=libvpx diff --git a/y4minput.h b/y4minput.h index d53eb651b..356cebbcf 100644 --- a/y4minput.h +++ b/y4minput.h @@ -58,7 +58,8 @@ struct y4m_input { 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,