Index: nsJPEGDecoder.cpp
===================================================================
RCS file: /cvsroot/mozilla/modules/libpr0n/decoders/jpeg/nsJPEGDecoder.cpp,v
retrieving revision 1.62
diff -u -r1.62 nsJPEGDecoder.cpp
--- nsJPEGDecoder.cpp	15 Nov 2004 04:16:06 -0000	1.62
+++ nsJPEGDecoder.cpp	26 Aug 2005 11:50:42 -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;
