]> granicus.if.org Git - libvpx/commitdiff
datarate_test.cc: remove unused param warnings
authorJames Zern <jzern@google.com>
Fri, 22 Aug 2014 19:11:42 +0000 (12:11 -0700)
committerJames Zern <jzern@google.com>
Fri, 22 Aug 2014 19:24:18 +0000 (12:24 -0700)
Change-Id: I627dc800f1925cc5a5d68630009cf8a454f07567

test/datarate_test.cc

index 8dcf26ca231c185282d28c661334f57739b2e5d0..a8d8d4250eb7a33d36c7bbaa05308a6aa4e46e89 100644 (file)
@@ -41,7 +41,7 @@ class DatarateTestLarge : public ::libvpx_test::EncoderTest,
   }
 
   virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
-                                  ::libvpx_test::Encoder *encoder) {
+                                  ::libvpx_test::Encoder* /*encoder*/) {
     const vpx_rational_t tb = video->timebase();
     timebase_ = static_cast<double>(tb.num) / tb.den;
     duration_ = 0;