# HG changeset patch # User al # Date 1094242942 0 # Node ID 185d052020e58f44dc946f02cfce170b9e61ba7b # Parent 9aac2cd8bc535a84eb9b7fb3f0806f0298f8c624 We don't need to support the old nvidia binary driver bug any longer. diff -r 9aac2cd8bc53 -r 185d052020e5 libvo/vo_xv.c --- a/libvo/vo_xv.c Fri Sep 03 20:18:28 2004 +0000 +++ b/libvo/vo_xv.c Fri Sep 03 20:22:22 2004 +0000 @@ -579,7 +579,7 @@ xvimage[current_buf], 0, 0, image_width, image_height, drwX - (vo_panscan_x >> 1), drwY - (vo_panscan_y >> 1), vo_dwidth + vo_panscan_x, - (vo_fs ? vo_dheight - 1 : vo_dheight) + vo_panscan_y, + vo_dheight + vo_panscan_y, False); } else #endif @@ -588,7 +588,7 @@ xvimage[current_buf], 0, 0, image_width, image_height, drwX - (vo_panscan_x >> 1), drwY - (vo_panscan_y >> 1), vo_dwidth + vo_panscan_x, - (vo_fs ? vo_dheight - 1 : vo_dheight) + vo_panscan_y); + vo_dheight + vo_panscan_y); } if (num_buffers > 1) {