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

(-)transcode-0.6.14/src/transcode.c (-2 / +2 lines)
Lines 2830-2837 Link Here
2830
	// vob->im_v_codec = CODEC_YUV; // mpeg is always YUV // will this always do?
2830
	// vob->im_v_codec = CODEC_YUV; // mpeg is always YUV // will this always do?
2831
2831
2832
      // Make an educated guess if this is pal or ntsc
2832
      // Make an educated guess if this is pal or ntsc
2833
      if (vob->im_v_height == 288 || vob->im_v_height == 576) impal = 1;
2833
/*      if (vob->im_v_height == 288 || vob->im_v_height == 576) impal = 1;
2834
      if ((int)vob->fps == 25 || vob->im_frc == 3) impal = 1;
2834
      if ((int)vob->fps == 25 || vob->im_frc == 3) impal = 1;*/
2835
2835
2836
      if (vob->mpeg_profile == VCD_PAL || 
2836
      if (vob->mpeg_profile == VCD_PAL || 
2837
	  vob->mpeg_profile == SVCD_PAL || 
2837
	  vob->mpeg_profile == SVCD_PAL || 

Return to bug 76453