aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/faandct.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-10-23 08:31:26 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-10-23 08:31:26 +0000
commit10becaaf12a5ae7860a62f330a2120d7da3e5c40 (patch)
tree8c1da7cbf9054b265889eb4f3fe3560949c5050c /libavcodec/faandct.c
parent369e2d5024f5e309a4ccc90560167345cc69d4b3 (diff)
downloadandroid_external_ffmpeg-10becaaf12a5ae7860a62f330a2120d7da3e5c40.tar.gz
android_external_ffmpeg-10becaaf12a5ae7860a62f330a2120d7da3e5c40.tar.bz2
android_external_ffmpeg-10becaaf12a5ae7860a62f330a2120d7da3e5c40.zip
10l
Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faandct.c')
-rw-r--r--libavcodec/faandct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/faandct.c b/libavcodec/faandct.c
index e503f2f681..4dcb9dafa7 100644
--- a/libavcodec/faandct.c
+++ b/libavcodec/faandct.c
@@ -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];