comparison libvo/vo_dxr3.c @ 3661:4ecbbf74e532

Modified aspect reference, uses default PAL values... Difference to NTSC should be minimal enough so that no checking of videomode is necessary.
author mswitch
date Sat, 22 Dec 2001 16:20:32 +0000
parents 64ee21b3bd09
children a5f9c19f734f
comparison
equal deleted inserted replaced
3660:a515ff1954fd 3661:4ecbbf74e532
121 v_height = height; 121 v_height = height;
122 122
123 /* Calculate screen res */ 123 /* Calculate screen res */
124 aspect_save_orig(v_width,v_height); 124 aspect_save_orig(v_width,v_height);
125 aspect_save_prescale(scr_width,scr_height); 125 aspect_save_prescale(scr_width,scr_height);
126 aspect_save_screenres(720,576); /* Reference values from DVD spec */ 126 aspect_save_screenres(702,575); /* Reference values from DVD spec (711,483) (702,575) */
127 aspect(&s_width,&s_height,A_NOZOOM); 127 aspect(&s_width,&s_height,A_NOZOOM);
128 s_width = (scr_width+15)/16; s_width*=16; 128 s_width = (scr_width+15)/16; s_width*=16;
129 s_height = (scr_height+15)/16; s_height*=16; 129 s_height = (scr_height+15)/16; s_height*=16;
130 130
131 /* Try to figure out whether to use ws output or not */ 131 /* Try to figure out whether to use ws output or not */