From ca7c2ea806629f5f37a45d65ef672653d43174a6 Mon Sep 17 00:00:00 2001 From: mswitch Date: Sat, 22 Dec 2001 16:20:32 +0000 Subject: [PATCH] Modified aspect reference, uses default PAL values... Difference to NTSC should be minimal enough so that no checking of videomode is necessary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3662 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c index 00dc045655..3d27dade1c 100644 --- a/libvo/vo_dxr3.c +++ b/libvo/vo_dxr3.c @@ -123,7 +123,7 @@ static uint32_t init(uint32_t scr_width, uint32_t scr_height, uint32_t width, ui /* Calculate screen res */ aspect_save_orig(v_width,v_height); aspect_save_prescale(scr_width,scr_height); - aspect_save_screenres(720,576); /* Reference values from DVD spec */ + aspect_save_screenres(702,575); /* Reference values from DVD spec (711,483) (702,575) */ aspect(&s_width,&s_height,A_NOZOOM); s_width = (scr_width+15)/16; s_width*=16; s_height = (scr_height+15)/16; s_height*=16;