From 25b542c01b85c6da7bea789fc60f1f22d7281488 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Wed, 1 Dec 2004 21:23:06 +0000 Subject: [PATCH] save a little bit of memory git-svn-id: svn://svn.videolan.org/x264/trunk@64 df754926-b1dd-0310-bc7b-ec298dee348c --- core/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/common.h b/core/common.h index 73af25c3..bc3ebfda 100644 --- a/core/common.h +++ b/core/common.h @@ -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 ); -- 2.40.0