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
Showing
- test/encode_test_driver.cc 1 addition, 0 deletionstest/encode_test_driver.cc
- vp9/decoder/vp9_decodeframe.c 2 additions, 0 deletionsvp9/decoder/vp9_decodeframe.c
- vp9/vp9_iface_common.h 2 additions, 0 deletionsvp9/vp9_iface_common.h
- vpx/vpx_image.h 14 additions, 1 deletionvpx/vpx_image.h
- vpx_scale/yv12config.h 1 addition, 0 deletionsvpx_scale/yv12config.h
Loading
Please register or sign in to comment