From 06c778056935a854c4b80206d7d3af257bb0d64c Mon Sep 17 00:00:00 2001 From: cehoyos Date: Wed, 8 Aug 2007 21:47:36 +0000 Subject: Define teletext_control() in tvi_v4l.c and tvi_v4l2.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24037 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tvi_def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/tvi_def.h') diff --git a/stream/tvi_def.h b/stream/tvi_def.h index b08a603b83..0395c90eef 100644 --- a/stream/tvi_def.h +++ b/stream/tvi_def.h @@ -10,6 +10,8 @@ static int get_video_framesize(priv_t *priv); 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, -- cgit v1.2.3