Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 670252
Collapse All | Expand All

(-)poppler-0.68.0/goo/JpegWriter.cc.bak (-1 / +1 lines)
Lines 143-149 Link Here
143
  }
143
  }
144
144
145
  // Set whether to compute optimal Huffman coding tables
145
  // Set whether to compute optimal Huffman coding tables
146
  priv->cinfo.optimize_coding = priv->optimize;
146
  priv->cinfo.optimize_coding = priv->optimize?TRUE:FALSE;
147
147
148
  // Get ready for data
148
  // Get ready for data
149
  jpeg_start_compress(&priv->cinfo, TRUE);
149
  jpeg_start_compress(&priv->cinfo, TRUE);

Return to bug 670252