summaryrefslogtreecommitdiffstats
path: root/libvo/vo_dxr3.c
diff options
context:
space:
mode:
authormswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-22 16:20:32 +0000
committermswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-22 16:20:32 +0000
commitca7c2ea806629f5f37a45d65ef672653d43174a6 (patch)
tree72cc5540d7632b5a4c7641a5c85adc5d7d8148c3 /libvo/vo_dxr3.c
parenta6d1e0ce2f54d94d8b5b696b4b861c992f8067d8 (diff)
downloadmpv-ca7c2ea806629f5f37a45d65ef672653d43174a6.tar.bz2
mpv-ca7c2ea806629f5f37a45d65ef672653d43174a6.tar.xz
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
Diffstat (limited to 'libvo/vo_dxr3.c')
-rw-r--r--libvo/vo_dxr3.c2
1 files changed, 1 insertions, 1 deletions
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;