shithub: libvpx

Download patch

ref: 2f7e0c32c4d2072982af77650ecacfe30dcd557c
parent: f130666dcf49a24cf1a0b4534390f86119448893
parent: 8631eb4506ac666bbec31167ec274e12af64a066
author: Paul Wilkins <paulwilkins@google.com>
date: Mon Jul 16 12:49:20 EDT 2018

Merge "Delete invalid assert."

--- a/vp9/encoder/vp9_firstpass.c
+++ b/vp9/encoder/vp9_firstpass.c
@@ -2115,7 +2115,6 @@
     ++s;
     ++i;
   }
-  assert(i == frame_count);
 
   return score_total;
 }