view libvo/geometry.h @ 7982:eac680483e6c

JACOSub is another subtitling format, whose specifications are at: http://unicorn.us.com/jacosub patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it>
author arpi
date Wed, 30 Oct 2002 19:16:58 +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 */