Bug 150041 - turn on do_fancy_upsampling for higher quality decoding.

r=pavlov, sr=blizzard
This commit is contained in:
tor%cs.brown.edu 2002-06-25 18:28:09 +00:00
Родитель 9ebe933cce
Коммит 507b4bd515
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -358,7 +358,7 @@ NS_IMETHODIMP nsJPEGDecoder::WriteFrom(nsIInputStream *inStr, PRUint32 count, PR
*/ */
mInfo.dct_method = JDCT_ISLOW; mInfo.dct_method = JDCT_ISLOW;
mInfo.dither_mode = JDITHER_FS; mInfo.dither_mode = JDITHER_FS;
mInfo.do_fancy_upsampling = FALSE; mInfo.do_fancy_upsampling = TRUE;
mInfo.enable_2pass_quant = FALSE; mInfo.enable_2pass_quant = FALSE;
mInfo.do_block_smoothing = TRUE; mInfo.do_block_smoothing = TRUE;