Mercurial > mplayer.hg
view libvo/geometry.h @ 10021:a7ae63354098
Spring cleanup: removed the full yv12 support as it was broken anyway. The BGR/RGB native/non-native case needs some cleanup, too. Currently it works for me (tm)
author | alex |
---|---|
date | Tue, 29 Apr 2003 17:15:14 +0000 |
parents | d65ddafbc404 |
children | d9478c8e5ffe |
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 *widw, int *widh, int scrw, int scrh); #endif /* !__GEOMETRY_H */