Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-10-23 08:31:26 +00:00
parent 369e2d5024
commit 10becaaf12
1 changed files with 1 additions and 1 deletions

View File

@ -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];