Index: source/libvpx/test/encode_test_driver.cc |
=================================================================== |
--- source/libvpx/test/encode_test_driver.cc (revision 291857) |
+++ source/libvpx/test/encode_test_driver.cc (working copy) |
@@ -133,13 +133,13 @@ |
return match; |
} |
-void EncoderTest::MismatchHook(const vpx_image_t *img1, |
- const vpx_image_t *img2) { |
+void EncoderTest::MismatchHook(const vpx_image_t* /*img1*/, |
+ const vpx_image_t* /*img2*/) { |
ASSERT_TRUE(0) << "Encode/Decode mismatch found"; |
} |
void EncoderTest::RunLoop(VideoSource *video) { |
- vpx_codec_dec_cfg_t dec_cfg = {0}; |
+ vpx_codec_dec_cfg_t dec_cfg = vpx_codec_dec_cfg_t(); |
stats_.Reset(); |