]> granicus.if.org Git - libvpx/blobdiff - y4minput.h
Code clean of sub_pixel_variance4xh -- 2
[libvpx] / y4minput.h
index d53eb651b9419998b251bc81efeb21a5ae26e1bf..356cebbcf0aadabe4b86f5e7f645251aa1fa7479 100644 (file)
@@ -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,