Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure.

This reverts commit 82dc1332af

Change-Id: I824bf42bf47c7df6985c79e451d6af913030d374
This commit is contained in:
Dmitry Kovalev
2014-07-02 22:23:38 -07:00
committed by Gerrit Code Review
parent 82dc1332af
commit 79199e465a
17 changed files with 37 additions and 441 deletions

View File

@@ -23,7 +23,7 @@ extern "C" {
int y4m_write_file_header(char *buf, size_t len, int width, int height,
const struct VpxRational *framerate,
vpx_img_fmt_t fmt, unsigned int bit_depth);
vpx_img_fmt_t fmt);
int y4m_write_frame_header(char *buf, size_t len);
#ifdef __cplusplus