[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.21,1.22

David Holm mswitch at mplayer.dev.hu
Sat Dec 22 17:20:34 CET 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv29279/libvo

Modified Files:
	vo_dxr3.c 
Log Message:
Modified aspect reference, uses default PAL values... Difference to NTSC should be minimal enough so that no checking of videomode is necessary.


Index: vo_dxr3.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr3.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vo_dxr3.c	20 Dec 2001 20:50:35 -0000	1.21
+++ vo_dxr3.c	22 Dec 2001 16:20:32 -0000	1.22
@@ -123,7 +123,7 @@
     /* 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;




More information about the MPlayer-cvslog mailing list