]> granicus.if.org Git - libvpx/commitdiff
Fix mismatch after merge of the tiling patch.
authorRonald S. Bultje <rbultje@google.com>
Wed, 6 Feb 2013 01:15:04 +0000 (17:15 -0800)
committerRonald S. Bultje <rbultje@google.com>
Wed, 6 Feb 2013 01:15:04 +0000 (17:15 -0800)
Change-Id: I8ecc178b4d4069e721c7fec6d7631c00e4a3e5d5

vp9/encoder/vp9_bitstream.c

index 1039d945a4590d674bf69959d7222dd9b08e1af2..71109f8f4d9571895603dc8dab5dfc9ce878bc85 100644 (file)
@@ -2088,10 +2088,6 @@ void vp9_pack_bitstream(VP9_COMP *cpi, unsigned char *dest,
 
     *size += total_size;
   }
-
-  if (pc->frame_type != KEY_FRAME && !cpi->common.error_resilient_mode) {
-    vp9_adapt_mode_context(&cpi->common);
-  }
 }
 
 #ifdef ENTROPY_STATS