From 79199e465af4c61ffb2d0bf6844cf0b0fe422eb8 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Wed, 2 Jul 2014 22:23:38 -0700 Subject: Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure. This reverts commit 82dc1332af4b16d3e4ad3c4358498820637b7add Change-Id: I824bf42bf47c7df6985c79e451d6af913030d374 --- y4minput.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'y4minput.h') diff --git a/y4minput.h b/y4minput.h index 356cebbcf..d53eb651b 100644 --- a/y4minput.h +++ b/y4minput.h @@ -58,8 +58,7 @@ struct y4m_input { unsigned char *dst_buf; unsigned char *aux_buf; enum vpx_img_fmt vpx_fmt; - int bps; - unsigned int bit_depth; + int vpx_bps; }; int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, -- cgit v1.2.3