]> granicus.if.org Git - libvpx/blobdiff - test/superframe_test.cc
Merge "endian_inl.h: fix mips32 android build"
[libvpx] / test / superframe_test.cc
index 062ec6c9e77ee630193e6e4931da6d53376a053b..c0f542da8f7e8d3d9aa98b80947e5f8ac6979102 100644 (file)
@@ -21,6 +21,7 @@ class SuperframeTest : public ::libvpx_test::EncoderTest,
  protected:
   SuperframeTest() : EncoderTest(GET_PARAM(0)), modified_buf_(NULL),
       last_sf_pts_(0) {}
+  virtual ~SuperframeTest() {}
 
   virtual void SetUp() {
     InitializeConfig();
@@ -33,10 +34,6 @@ class SuperframeTest : public ::libvpx_test::EncoderTest,
     delete[] modified_buf_;
   }
 
-  virtual bool Continue() const {
-    return !HasFatalFailure() && !abort_;
-  }
-
   virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
                                   libvpx_test::Encoder *encoder) {
     if (video->frame() == 1) {