summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2013-07-09 12:45:32 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-07-09 12:45:32 -0700
commit5900d13183abad3db06231012f5d26b02cb885c7 (patch)
tree62cb15bb118fc04d582bf51c888e189e2d020f9d /vp9
parentec68d25521ccfec74c03a82bad940a5c541dd20e (diff)
parent69d1d1d8653281888e2ec8313c5676c48420da1d (diff)
downloadlibvpx-5900d13183abad3db06231012f5d26b02cb885c7.tar
libvpx-5900d13183abad3db06231012f5d26b02cb885c7.tar.gz
libvpx-5900d13183abad3db06231012f5d26b02cb885c7.tar.bz2
libvpx-5900d13183abad3db06231012f5d26b02cb885c7.zip
Merge "Removed unnecessary xd->mode_info_context assignment"
Diffstat (limited to 'vp9')
-rw-r--r--vp9/decoder/vp9_decodemv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vp9/decoder/vp9_decodemv.c b/vp9/decoder/vp9_decodemv.c
index 5673d1c55..9a547c9c2 100644
--- a/vp9/decoder/vp9_decodemv.c
+++ b/vp9/decoder/vp9_decodemv.c
@@ -482,10 +482,6 @@ static void read_inter_mode_info(VP9D_COMP *pbi, MODE_INFO *mi,
int idx, idy;
- // Make sure the MACROBLOCKD mode info pointer is pointed at the
- // correct entry for the current macroblock.
- xd->mode_info_context = mi;
-
// Distance of Mb to the various image edges.
// These specified to 8th pel as they are always compared to MV values
// that are in 1/8th pel units