Mercurial > mplayer.hg
view libvo/geometry.h @ 7970:f3a33e92e1c1
Fixed the overlay, some opts to adjust the overlay
Experimental osd support for the overlay
author | albeu |
---|---|
date | Tue, 29 Oct 2002 23:40:07 +0000 |
parents | b890315b36d7 |
children | 93f78fb709e6 |
line wrap: on
line source
/* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */ #ifndef __GEOMETRY_H #define __GEOMETRY_H extern char *vo_geometry; int geometry(int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh, int fs); #endif /* !__GEOMETRY_H */