[MPlayer-cvslog] r33522 - in trunk/libvo: vo_xv.c vo_xvmc.c

Diego Biurrun diego at biurrun.de
Mon May 30 15:13:02 CEST 2011


On Mon, May 30, 2011 at 12:46:52AM +0200, iive wrote:
> 
> --- trunk/libvo/vo_xv.c	Mon May 30 00:41:52 2011	(r33521)
> +++ trunk/libvo/vo_xv.c	Mon May 30 00:46:52 2011	(r33522)
> @@ -168,7 +168,7 @@ static void deallocate_xvimage(int foo);
>  static void resize(void)
>  {
>      calc_src_dst_rects(image_width, image_height, &src_rect, &dst_rect, NULL, NULL);
> -    vo_x11_clearwindow_part(mDisplay, vo_window, dst_rect.width, dst_rect.height, vo_fs);
> +//    vo_x11_clearwindow_part(mDisplay, vo_window, dst_rect.width, dst_rect.height, vo_fs);
>      vo_xv_draw_colorkey(dst_rect.left, dst_rect.top, dst_rect.width, dst_rect.height);

Please don't leave behind commented-out code cruft, just remove the
line.  It's still in the history in the unlikely case that someone
should need it in the future.

Diego


More information about the MPlayer-cvslog mailing list