[MPlayer-cvslog] r24037 - trunk/stream/tvi_def.h

cehoyos subversion at mplayerhq.hu
Wed Aug 8 23:47:37 CEST 2007


Author: cehoyos
Date: Wed Aug  8 23:47:36 2007
New Revision: 24037

Log:
Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.

Modified:
   trunk/stream/tvi_def.h

Modified: trunk/stream/tvi_def.h
==============================================================================
--- trunk/stream/tvi_def.h	(original)
+++ trunk/stream/tvi_def.h	Wed Aug  8 23:47:36 2007
@@ -10,6 +10,8 @@ static int get_video_framesize(priv_t *p
 static double grab_audio_frame(priv_t *priv, char *buffer, int len);
 static int get_audio_framesize(priv_t *priv);
 
+int teletext_control(void* p, int cmd, void *arg);
+
 static tvi_functions_t functions =
 {
     init,



More information about the MPlayer-cvslog mailing list