]> granicus.if.org Git - libvpx/commitdiff
Removed unnecessary xd->mode_info_context assignment
authorScott LaVarnway <slavarnway@google.com>
Tue, 9 Jul 2013 17:41:34 +0000 (13:41 -0400)
committerScott LaVarnway <slavarnway@google.com>
Tue, 9 Jul 2013 17:41:34 +0000 (13:41 -0400)
mi is xd->mode_info_context

Change-Id: Ib101be922b695205ec57b5ce1828ba19bde5b41c

vp9/decoder/vp9_decodemv.c

index 5673d1c5529d797c2218b7b0e48cffd97ca187f0..9a547c9c2f36cc83bc7a8945b38cd599b6aa02de 100644 (file)
@@ -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