Commit ccf7f9e9 authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2419 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 55a39540
......@@ -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