summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_v4l.c')
-rw-r--r--stream/tvi_v4l.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/stream/tvi_v4l.c b/stream/tvi_v4l.c
index a674722ec3..eb09610d34 100644
--- a/stream/tvi_v4l.c
+++ b/stream/tvi_v4l.c
@@ -1530,8 +1530,9 @@ static int control(priv_t *priv, int cmd, void *arg)
}
return TVI_CONTROL_TRUE;
}
- default:
- return teletext_control(priv->priv_vbi,cmd,arg);
+ case TVI_CONTROL_GET_VBI_PTR:
+ *(void **)arg=priv->priv_vbi;
+ return TVI_CONTROL_TRUE;
#endif
}