Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent 369e2d5024
commit 10becaaf12
  1. 2
      libavcodec/faandct.c

@ -73,7 +73,7 @@ void ff_faandct(DCTELEM * data)
FLOAT temp[64]; FLOAT temp[64];
int i; int i;
emms(); emms_c();
for (i=0; i<8*8; i+=8) { for (i=0; i<8*8; i+=8) {
tmp0= data[0 + i] + data[7 + i]; tmp0= data[0 + i] + data[7 + i];

Loading…
Cancel
Save