This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
insufficient alignment
Originally committed as revision 6006 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
1246640aa2
commit
3829a62eae
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/i386/fdct_mmx.c
+ 1
- 1
libavcodec/i386/fdct_mmx.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save