mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l
Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
369e2d5024
commit
10becaaf12
@ -73,7 +73,7 @@ void ff_faandct(DCTELEM * data)
|
||||
FLOAT temp[64];
|
||||
int i;
|
||||
|
||||
emms();
|
||||
emms_c();
|
||||
|
||||
for (i=0; i<8*8; i+=8) {
|
||||
tmp0= data[0 + i] + data[7 + i];
|
||||
|
Loading…
Reference in New Issue
Block a user