diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-10-23 08:31:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-10-23 08:31:26 +0000 |
commit | 10becaaf12a5ae7860a62f330a2120d7da3e5c40 (patch) | |
tree | 8c1da7cbf9054b265889eb4f3fe3560949c5050c /libavcodec/faandct.c | |
parent | 369e2d5024f5e309a4ccc90560167345cc69d4b3 (diff) | |
download | ffmpeg-10becaaf12a5ae7860a62f330a2120d7da3e5c40.tar.gz |
10l
Originally committed as revision 2419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/faandct.c')
-rw-r--r-- | libavcodec/faandct.c | 2 |
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]; |