Mercurial > mplayer.hg
changeset 24017:d7bd74869672
Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.
author | cehoyos |
---|---|
date | Wed, 08 Aug 2007 21:47:36 +0000 |
parents | 92a75037c439 |
children | 866dd391dda3 |
files | stream/tvi_def.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tvi_def.h Wed Aug 08 19:33:26 2007 +0000 +++ b/stream/tvi_def.h Wed Aug 08 21:47:36 2007 +0000 @@ -10,6 +10,8 @@ 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,