view libvo/geometry.h @ 10305:3e40b8f879c8

HM12 & NV12 "decoder" (specially interleaved YUV formats, used by Hauppauge's PVR cards) based on patch by Alex <d18c7db@hotmail.com>
author arpi
date Wed, 18 Jun 2003 00:34:35 +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 */