mirror of https://github.com/mpv-player/mpv
cvidix geometry support in textmode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11234 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c33e284a43
commit
4c53a4a6a5
|
@ -486,7 +486,7 @@ static void nv_getscreenproperties(struct rivatv_info *info){
|
||||||
void rivatv_overlay_start (struct rivatv_info *info,int bufno){
|
void rivatv_overlay_start (struct rivatv_info *info,int bufno){
|
||||||
uint32_t base, size, offset, xscale, yscale, pan;
|
uint32_t base, size, offset, xscale, yscale, pan;
|
||||||
uint32_t value;
|
uint32_t value;
|
||||||
int x=8, y=8;
|
int x=info->wx?info->wx:8, y=info->wy?info->wy:8;
|
||||||
int lwidth=info->d_width, lheight=info->d_height;
|
int lwidth=info->d_width, lheight=info->d_height;
|
||||||
int bps;
|
int bps;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue