Only older card version seem to make problems with y < 8 in text mode.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16409 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-09-06 17:12:28 +00:00
parent b110c7514f
commit f80470335c
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ void rivatv_overlay_start (struct rivatv_info *info,int bufno){
} else {
// we can't adjust the window position correctly in textmode
// setting y to 8 seems to work ok, though
if(!y)y = info->wy+8;
if(info->chip.arch < NV_ARCH_10 && y < 8) y = 8;
}
/* adjust negative output window variables */