]> git.sesse.net Git - x264/commitdiff
save a little bit of memory
authorLoren Merritt <pengvado@videolan.org>
Wed, 1 Dec 2004 21:23:06 +0000 (21:23 +0000)
committerLoren Merritt <pengvado@videolan.org>
Wed, 1 Dec 2004 21:23:06 +0000 (21:23 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@64 df754926-b1dd-0310-bc7b-ec298dee348c

core/common.h

index 73af25c34b96c178168d69fddaaac417bc999684..bc3ebfdaa6ef1f81b5549bd19131e4e6fdeef7f1 100644 (file)
@@ -240,7 +240,7 @@ struct x264_t
     {
         DECLARE_ALIGNED( int, luma16x16_dc[16], 16 );
         DECLARE_ALIGNED( int, chroma_dc[2][4], 16 );
-        struct
+        union
         {
             DECLARE_ALIGNED( int, residual_ac[15], 16 );
             DECLARE_ALIGNED( int, luma4x4[16], 16 );