]> granicus.if.org Git - libvpx/commitdiff
Clear redundant condition check from vp10_ext_tile_test.cc
authorJingning Han <jingning@google.com>
Thu, 19 May 2016 16:25:38 +0000 (09:25 -0700)
committerJingning Han <jingning@google.com>
Thu, 19 May 2016 16:31:18 +0000 (09:31 -0700)
Change-Id: I74e9df9e314e49b931c23a81d14f5a9e143b0b7d

test/vp10_ext_tile_test.cc

index 7c9e960e995a8e0dabe56cbb0d763422446dcb49..ad04eebd36d93ea36399e12826c6c3bd8fd59757 100644 (file)
@@ -162,7 +162,7 @@ class VP10ExtTileTest
         break;
     }
 
-    if (IsLastFrame && &tile_img_) {
+    if (IsLastFrame) {
       ::libvpx_test::MD5 md5_res;
       md5_res.Add(&tile_img_);
       tile_md5_.push_back(md5_res.Get());