shithub: libvpx

Download patch

ref: 278df745d2d73d71f8d2da8c185c0dde26886bc8
parent: 1407bdc24385cc77874188d8f88e54caea66506c
author: Ronald S. Bultje <rbultje@google.com>
date: Tue Feb 5 12:15:04 EST 2013

Fix mismatch after merge of the tiling patch.

Change-Id: I8ecc178b4d4069e721c7fec6d7631c00e4a3e5d5

--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -2088,10 +2088,6 @@
 
     *size += total_size;
   }
-
-  if (pc->frame_type != KEY_FRAME && !cpi->common.error_resilient_mode) {
-    vp9_adapt_mode_context(&cpi->common);
-  }
 }
 
 #ifdef ENTROPY_STATS