diff libvo/vo_xv.c @ 6382:86d5fc5b54e2

fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch
author pontscho
date Mon, 10 Jun 2002 18:40:19 +0000
parents 287c2e661172
children 2e323cde8ad1
line wrap: on
line diff
--- a/libvo/vo_xv.c	Mon Jun 10 16:51:41 2002 +0000
+++ b/libvo/vo_xv.c	Mon Jun 10 18:40:19 2002 +0000
@@ -499,6 +499,8 @@
        vo_dheight=(vo_dheight > vo_screenheight?vo_screenheight:vo_dheight);
        mp_msg(MSGT_VO,MSGL_V, "[xv-fs] dx: %d dy: %d dw: %d dh: %d\n",drwX,drwY,vo_dwidth,vo_dheight );
       }
+
+     panscan_calc();
      
      mp_msg(MSGT_VO,MSGL_V, "[xv] dx: %d dy: %d dw: %d dh: %d\n",drwX,drwY,vo_dwidth,vo_dheight );