Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293919 | Differences between
and this patch

Collapse All | Expand All

(-)mjpegtools-1.9.0/lavtools/jpegutils.c (+2 lines)
Lines 502-507 Link Here
502
502
503
   jpeg_read_header (&dinfo, TRUE);
503
   jpeg_read_header (&dinfo, TRUE);
504
   dinfo.raw_data_out = TRUE;
504
   dinfo.raw_data_out = TRUE;
505
   dinfo.do_fancy_upsampling = FALSE;
505
   dinfo.out_color_space = JCS_YCbCr;
506
   dinfo.out_color_space = JCS_YCbCr;
506
   dinfo.dct_method = JDCT_IFAST;
507
   dinfo.dct_method = JDCT_IFAST;
507
   guarantee_huff_tables(&dinfo);
508
   guarantee_huff_tables(&dinfo);
Lines 599-604 Link Here
599
      if (field > 0) {
600
      if (field > 0) {
600
         jpeg_read_header (&dinfo, TRUE);
601
         jpeg_read_header (&dinfo, TRUE);
601
         dinfo.raw_data_out = TRUE;
602
         dinfo.raw_data_out = TRUE;
603
	 dinfo.do_fancy_upsampling = FALSE;
602
         dinfo.out_color_space = JCS_YCbCr;
604
         dinfo.out_color_space = JCS_YCbCr;
603
         dinfo.dct_method = JDCT_IFAST;
605
         dinfo.dct_method = JDCT_IFAST;
604
         jpeg_start_decompress (&dinfo);
606
         jpeg_start_decompress (&dinfo);

Return to bug 293919