shithub: libvpx

Download patch

ref: 6b223fcb588c865ae6f5abfd3d9de3ba2ae0540f
parent: 6f6fbf9175a7969574c7c4b1b855cc6df6641f20
author: Yaowu Xu <yaowu@google.com>
date: Fri Jan 9 08:04:48 EST 2015

Enable decoder to pass through color space info

This commit added a field to vpx_image_t for indicating color space,
the field is also added to YUV_BUFFER_CONFIG. This allows the color
space information pass through the decoder from input stream to the
output buffer.

The commit also updated compare_img() function with added verification
of matching color space to ensure the color space information to be
correctly passed from encode to decoder in compressed vp9 streams.

Change-Id: I412776ec83defd8a09d76759aeb057b8fa690371