changeset 1561:aa71c7981523 libavcodec

10l
author michael
date Thu, 23 Oct 2003 08:31:26 +0000
parents 07dac732074a
children bf452704100f
files faandct.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/faandct.c	Wed Oct 22 22:12:25 2003 +0000
+++ b/faandct.c	Thu Oct 23 08:31:26 2003 +0000
@@ -73,7 +73,7 @@
     FLOAT temp[64];
     int i;
 
-    emms();
+    emms_c();
 
     for (i=0; i<8*8; i+=8) {
         tmp0= data[0 + i] + data[7 + i];