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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_v4l.c b/stream/tvi_v4l.c
index cc16e92e22..74098f8cae 100644
--- a/stream/tvi_v4l.c
+++ b/stream/tvi_v4l.c
@@ -309,7 +309,7 @@ static tvi_handle_t *tvi_init_v4l(tv_param_t* tv_param)
tvi_handle_t *h;
priv_t *priv;
- h = new_handle();
+ h = tv_new_handle(sizeof(priv_t), &functions);
if (!h)
return NULL;