summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_dshow.c')
-rw-r--r--stream/tvi_dshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c
index 1aedc10642..9394176719 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -3059,7 +3059,7 @@ static tvi_handle_t *tvi_init_dshow(tv_param_t* tv_param)
priv_t *priv;
int a;
- h = new_handle();
+ h = tv_new_handle(sizeof(priv_t), &functions);
if (!h)
return NULL;