summaryrefslogtreecommitdiffstats
path: root/libvpx/test/error_resilience_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/test/error_resilience_test.cc')
-rw-r--r--libvpx/test/error_resilience_test.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvpx/test/error_resilience_test.cc b/libvpx/test/error_resilience_test.cc
index ddfbd0f..d4a6967 100644
--- a/libvpx/test/error_resilience_test.cc
+++ b/libvpx/test/error_resilience_test.cc
@@ -50,10 +50,6 @@ class ErrorResilienceTest : public ::libvpx_test::EncoderTest,
mismatch_nframes_ = 0;
}
- virtual bool Continue() const {
- return !HasFatalFailure() && !abort_;
- }
-
virtual void PSNRPktHook(const vpx_codec_cx_pkt_t *pkt) {
psnr_ += pkt->data.psnr.psnr[0];
nframes_++;