You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
insufficient alignment
Originally committed as revision 6006 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -549,7 +549,7 @@ void ff_fdct_mmx2(int16_t *block)
|
||||
|
||||
void ff_fdct_sse2(int16_t *block)
|
||||
{
|
||||
int64_t align_tmp[16] ATTR_ALIGN(8);
|
||||
int64_t align_tmp[16] ATTR_ALIGN(16);
|
||||
int16_t * const block_tmp= (int16_t*)align_tmp;
|
||||
int16_t *block1;
|
||||
|
||||
|
Reference in New Issue
Block a user