shithub: libvpx

Download patch

ref: bdea0055b2f62ec6548a0d93486caf62398be8b1
parent: 6420585c8af1b1562053741eefbce275300b7137
parent: a3e1a9291afa9c4fc522bbf8e22588202a8a273f
author: Yaowu Xu <yaowu@google.com>
date: Fri Oct 10 05:16:19 EDT 2014

Merge "vp9/choose_partitioning: add missing clear_system_state"

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -453,6 +453,7 @@
   const YV12_BUFFER_CONFIG *yv12 = get_ref_frame_buffer(cpi, LAST_FRAME);
   const struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf;
 
+  vp9_clear_system_state();
   vp9_zero(vt);
   set_offsets(cpi, tile, mi_row, mi_col, BLOCK_64X64);