summaryrefslogtreecommitdiff
path: root/y4minput.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-07-02 22:23:38 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-07-02 22:23:38 -0700
commit79199e465af4c61ffb2d0bf6844cf0b0fe422eb8 (patch)
tree9332a87c44c70da7aaddaa6977cb46677853fc69 /y4minput.h
parent82dc1332af4b16d3e4ad3c4358498820637b7add (diff)
downloadlibvpx-79199e465af4c61ffb2d0bf6844cf0b0fe422eb8.tar
libvpx-79199e465af4c61ffb2d0bf6844cf0b0fe422eb8.tar.gz
libvpx-79199e465af4c61ffb2d0bf6844cf0b0fe422eb8.tar.bz2
libvpx-79199e465af4c61ffb2d0bf6844cf0b0fe422eb8.zip
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
Diffstat (limited to 'y4minput.h')
-rw-r--r--y4minput.h3
1 files changed, 1 insertions, 2 deletions
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,