redraw colorkey on panscan change

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15191 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-04-16 16:45:43 +00:00
parent da47cc3068
commit 9946de0944
1 changed files with 4 additions and 0 deletions

View File

@ -952,6 +952,10 @@ static uint32_t control(uint32_t request, void *data, ...)
vo_dwidth + vo_panscan_x - 1,
vo_dheight + vo_panscan_y - 1,
1);
vo_xv_draw_colorkey(drwX - (vo_panscan_x >> 1),
drwY - (vo_panscan_y >> 1),
vo_dwidth + vo_panscan_x - 1,
vo_dheight + vo_panscan_y - 1);
flip_page();
}
}