shithub: libvpx

Download patch

ref: 5900d13183abad3db06231012f5d26b02cb885c7
parent: ec68d25521ccfec74c03a82bad940a5c541dd20e
parent: 69d1d1d8653281888e2ec8313c5676c48420da1d
author: Scott LaVarnway <slavarnway@google.com>
date: Tue Jul 9 08:45:32 EDT 2013

Merge "Removed unnecessary xd->mode_info_context assignment"

--- a/vp9/decoder/vp9_decodemv.c
+++ b/vp9/decoder/vp9_decodemv.c
@@ -482,10 +482,6 @@
 
   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
--