shithub: libvpx

Download patch

ref: a78fd6a47e10089f558603e779a78aa7cb0f0ce9
parent: cf608110fc13a6158dcd4cdb649498dccb97b9c4
parent: a614f2288cbb37d9419d69beaa685a82b0a712c8
author: Yunqing Wang <yunqingwang@google.com>
date: Tue Oct 14 10:06:23 EDT 2014

Merge "Remove an unneeded function call"

--- a/vp9/encoder/vp9_encoder.c
+++ b/vp9/encoder/vp9_encoder.c
@@ -585,8 +585,6 @@
   cpi->ref_frame_flags = 0;
 
   init_buffer_indices(cpi);
-
-  set_tile_limits(cpi);
 }
 
 static void set_rc_buffer_sizes(RATE_CONTROL *rc,