Mercurial > mplayer.hg
view libvo/geometry.h @ 9213:601ed700e1cc
Based on the discussion in the other thread I made a new
patch to vf_eq2.c that essentially combines vf_eq.c and vf_eq2.c.
patch by Hampa Hug <hampa@hampa.ch>
based on R/G/B gamma patch by Daniel Moreno <comac2k@terra.es>
some modifications (credits, buffer allocation, etc) by me
author | arpi |
---|---|
date | Sun, 02 Feb 2003 02:09:23 +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 */