| Index: source/libvpx/test/encode_test_driver.cc
|
| diff --git a/source/libvpx/test/encode_test_driver.cc b/source/libvpx/test/encode_test_driver.cc
|
| index 77135ec6dd4de90bb7d8bdf09af12fdbd897b7cc..b03235b71802931ae9a27e05e2e0b14a4fdc7a58 100644
|
| --- a/source/libvpx/test/encode_test_driver.cc
|
| +++ b/source/libvpx/test/encode_test_driver.cc
|
| @@ -114,6 +114,7 @@ void EncoderTest::SetMode(TestMode mode) {
|
| static bool compare_img(const vpx_image_t *img1,
|
| const vpx_image_t *img2) {
|
| bool match = (img1->fmt == img2->fmt) &&
|
| + (img1->cs == img2->cs) &&
|
| (img1->d_w == img2->d_w) &&
|
| (img1->d_h == img2->d_h);
|
|
|
|
|