summaryrefslogtreecommitdiff
path: root/vpxdec.c
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 /vpxdec.c
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 'vpxdec.c')
-rw-r--r--vpxdec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vpxdec.c b/vpxdec.c
index 33d3b69da..127e65f89 100644
--- a/vpxdec.c
+++ b/vpxdec.c
@@ -895,8 +895,7 @@ int main_loop(int argc, const char **argv_) {
len = y4m_write_file_header(buf, sizeof(buf),
vpx_input_ctx.width,
vpx_input_ctx.height,
- &vpx_input_ctx.framerate,
- img->fmt, 8);
+ &vpx_input_ctx.framerate, img->fmt);
if (do_md5) {
MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len);
} else {