Index: source/libvpx/test/decode_test_driver.cc |
diff --git a/source/libvpx/test/decode_test_driver.cc b/source/libvpx/test/decode_test_driver.cc |
index 7ce190c30c2f8aca922cf60fc93e26a90f77a232..852d90e324951f52b6c6b65710da075fc3457714 100644 |
--- a/source/libvpx/test/decode_test_driver.cc |
+++ b/source/libvpx/test/decode_test_driver.cc |
@@ -65,7 +65,7 @@ void DecoderTest::HandlePeekResult(Decoder *const decoder, |
void DecoderTest::RunLoop(CompressedVideoSource *video, |
const vpx_codec_dec_cfg_t &dec_cfg) { |
- Decoder* const decoder = codec_->CreateDecoder(dec_cfg, flags_, 0); |
+ Decoder* const decoder = codec_->CreateDecoder(dec_cfg, 0); |
ASSERT_TRUE(decoder != NULL); |
bool end_of_file = false; |