Mercurial > mplayer.hg
view libvo/geometry.h @ 9062:a1b32d3b4f77
until configure can distinguish between supported and unsupported
dvdnav versions, it should be disabled by default! besides, the code
is incomplete and broken. if you want it enabled commit a real fix.
author | rfelker |
---|---|
date | Wed, 22 Jan 2003 06:21:50 +0000 |
parents | 93f78fb709e6 |
children | d65ddafbc404 |
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 geometryFull(int *pwidth, int *pheight, int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh); int geometry(int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh); #endif /* !__GEOMETRY_H */