|
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 || |