]> git.sesse.net Git - casparcg/commitdiff
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 14 Feb 2012 10:19:01 +0000 (10:19 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 14 Feb 2012 10:19:01 +0000 (10:19 +0000)
core/frame/frame_transform.h

index 56ae856f7e9c6192e3f05de23d618829f05bc64b..c7e5a42ad581394fe4505fd76a41753a34e62fc2 100644 (file)
@@ -90,14 +90,15 @@ public:
 bool operator==(const audio_transform& lhs, const audio_transform& rhs);\r
 bool operator!=(const audio_transform& lhs, const audio_transform& rhs);\r
 \r
-struct frame_transform sealed\r
+__declspec(align(16)) struct frame_transform sealed\r
 {\r
 public:\r
-\r
        frame_transform();\r
        \r
        image_transform image_transform;\r
        audio_transform audio_transform;\r
+\r
+       char padding[3];\r
        \r
        frame_transform& operator*=(const frame_transform &other);\r
        frame_transform operator*(const frame_transform &other) const;\r