]> git.sesse.net Git - x264/blobdiff - core/common.h
save a little bit of memory
[x264] / 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 );