summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodemv.c
diff options
context:
space:
mode:
authorScott LaVarnway <slavarnway@google.com>2013-07-09 13:41:34 -0400
committerScott LaVarnway <slavarnway@google.com>2013-07-09 13:41:34 -0400
commit69d1d1d8653281888e2ec8313c5676c48420da1d (patch)
treee18514ea1697fa3110ad615975d7665f53ca520f /vp9/decoder/vp9_decodemv.c
parent204d1b70587ef3698bcce1e337da934532dd65b5 (diff)
downloadlibvpx-69d1d1d8653281888e2ec8313c5676c48420da1d.tar
libvpx-69d1d1d8653281888e2ec8313c5676c48420da1d.tar.gz
libvpx-69d1d1d8653281888e2ec8313c5676c48420da1d.tar.bz2
libvpx-69d1d1d8653281888e2ec8313c5676c48420da1d.zip
Removed unnecessary xd->mode_info_context assignment
mi is xd->mode_info_context Change-Id: Ib101be922b695205ec57b5ce1828ba19bde5b41c
Diffstat (limited to 'vp9/decoder/vp9_decodemv.c')
-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