diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-08 21:47:36 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-08 21:47:36 +0000 |
commit | 06c778056935a854c4b80206d7d3af257bb0d64c (patch) | |
tree | c31a4c9b29bbd25ade0cc5d7e531dd96dc61330e /stream | |
parent | ca045a31452af59e49864fefe9e6beaf5f627e32 (diff) | |
download | mpv-06c778056935a854c4b80206d7d3af257bb0d64c.tar.bz2 mpv-06c778056935a854c4b80206d7d3af257bb0d64c.tar.xz |
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
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tvi_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |