summaryrefslogtreecommitdiff
path: root/vp9/encoder
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-02-05 17:15:04 -0800
committerRonald S. Bultje <rbultje@google.com>2013-02-05 17:15:04 -0800
commit278df745d2d73d71f8d2da8c185c0dde26886bc8 (patch)
tree506d5d54a635493741a5bf928546fb69b5be75df /vp9/encoder
parent1407bdc24385cc77874188d8f88e54caea66506c (diff)
downloadlibvpx-278df745d2d73d71f8d2da8c185c0dde26886bc8.tar
libvpx-278df745d2d73d71f8d2da8c185c0dde26886bc8.tar.gz
libvpx-278df745d2d73d71f8d2da8c185c0dde26886bc8.tar.bz2
libvpx-278df745d2d73d71f8d2da8c185c0dde26886bc8.zip
Fix mismatch after merge of the tiling patch.
Change-Id: I8ecc178b4d4069e721c7fec6d7631c00e4a3e5d5
Diffstat (limited to 'vp9/encoder')
-rw-r--r--vp9/encoder/vp9_bitstream.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/encoder/vp9_bitstream.c b/vp9/encoder/vp9_bitstream.c
index 1039d945a..71109f8f4 100644
--- a/vp9/encoder/vp9_bitstream.c
+++ b/vp9/encoder/vp9_bitstream.c
@@ -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