shithub: libvpx

Download patch

ref: e45f4a4a4ce041615d821ba94497035c431090c6
parent: b5242368f3800e3b658e6ee4567bd41110c80071
author: Yaowu Xu <yaowu@google.com>
date: Thu Sep 26 04:34:12 EDT 2013

Revert "Align struct to 32 bytes"

This reverts commit b5242368f3800e3b658e6ee4567bd41110c80071

Change-Id: I73c7a8bd23bb67f278f86b3fd2ecdc25a39b12b9

--- a/test/intrapred_test.cc
+++ b/test/intrapred_test.cc
@@ -209,8 +209,8 @@
     }
   }
 
-  DECLARE_ALIGNED(32, MACROBLOCKD, mb_);
-  DECLARE_ALIGNED(32, MODE_INFO, mi_);
+  MACROBLOCKD mb_;
+  MODE_INFO mi_;
   uint8_t *data_ptr_[2];  // in the case of Y, only [0] is used
   int stride_;
   int block_size_;
--