[MPlayer-cvslog] CVS: main/libmpcodecs vf_spp.c,1.30,1.31
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Sat Dec 3 04:37:45 CET 2005
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv9144
Modified Files:
vf_spp.c
Log Message:
attribute align
Index: vf_spp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_spp.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- vf_spp.c 18 Nov 2005 14:39:24 -0000 1.30
+++ vf_spp.c 3 Dec 2005 03:37:43 -0000 1.31
@@ -379,7 +379,7 @@
int x, y, i;
const int count= 1<<p->log2_count;
const int stride= is_luma ? p->temp_stride : ((width+16+15)&(~15));
- uint64_t block_align[32];
+ uint64_t __attribute__((aligned(16))) block_align[32];
DCTELEM *block = (DCTELEM *)block_align;
DCTELEM *block2= (DCTELEM *)(block_align+16);
More information about the MPlayer-cvslog
mailing list