From: Scott LaVarnway Date: Tue, 9 Jul 2013 17:41:34 +0000 (-0400) Subject: Removed unnecessary xd->mode_info_context assignment X-Git-Tag: v1.3.0~928^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69d1d1d8653281888e2ec8313c5676c48420da1d;p=libvpx Removed unnecessary xd->mode_info_context assignment mi is xd->mode_info_context Change-Id: Ib101be922b695205ec57b5ce1828ba19bde5b41c --- 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