13 lines
623 B
Diff
13 lines
623 B
Diff
diff -ruaN mplayer-1.3.0/libvo/vo_xv.c my_mplayer-1.3.0/libvo/vo_xv.c
|
|
--- mplayer-1.3.0/libvo/vo_xv.c 2014-02-16 19:44:36.000000000 +0400
|
|
+++ my_mplayer-1.3.0/libvo/vo_xv.c 2024-04-12 22:43:29.009640670 +0300
|
|
@@ -139,7 +139,7 @@
|
|
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);
|
|
}
|
|
|