Index: nsJPEGDecoder.cpp
===================================================================
RCS file: /cvsroot/mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.cpp,v
retrieving revision 1.61
diff -u -r1.61 nsJPEGDecoder.cpp
--- nsJPEGDecoder.cpp	18 Sep 2003 20:38:36 -0000	1.61
+++ nsJPEGDecoder.cpp	27 Apr 2005 12:39:23 -0000
@@ -364,7 +364,7 @@
     /* FIXME -- Should reset dct_method and dither mode
      * for final pass of progressive JPEG
      */
-    mInfo.dct_method =  JDCT_ISLOW;
+    mInfo.dct_method =  JDCT_IFAST;
     mInfo.dither_mode = JDITHER_FS;
     mInfo.do_fancy_upsampling = TRUE;
     mInfo.enable_2pass_quant = FALSE;
