mirror of https://github.com/mpv-player/mpv
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:
parent
b110c7514f
commit
f80470335c
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue