summaryrefslogtreecommitdiff
path: root/include/xine.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/xine.h.in')
-rw-r--r--include/xine.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 9c43ac71c..d72ed71de 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.h.in,v 1.84 2003/05/15 20:23:16 miguelfreitas Exp $
+ * $Id: xine.h.in,v 1.85 2003/05/20 13:50:56 mroi Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -1601,12 +1601,12 @@ void xine_osd_get_palette (xine_osd_t *self, uint32_t *color,
/*********************************************************************
* TV-mode API, to make it possible to use nvtvd to view movies *
*********************************************************************/
+
typedef enum {
XINE_TVSYSTEM_PAL = 0,
XINE_TVSYSTEM_NTSC = 1,
} xine_tvsystem;
-
/* connect to nvtvd server and save current TV and X settings */
int xine_tvmode_init (xine_t *self);