Commit 10becaaf authored by Michael Niedermayer's avatar Michael Niedermayer

10l

Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 369e2d50
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment