diff stream/tvi_dshow.c @ 32141:2802b8095bf7

Move TV input new_handle static function to tv.c and make it non-static. There is no need to pointlessly duplicate the function in the binary.
author diego
date Mon, 13 Sep 2010 18:09:29 +0000
parents 535ebcd085e4
children b39155e98ac3
line wrap: on
line diff
--- a/stream/tvi_dshow.c	Mon Sep 13 18:06:20 2010 +0000
+++ b/stream/tvi_dshow.c	Mon Sep 13 18:09:29 2010 +0000
@@ -3060,7 +3060,7 @@
     priv_t *priv;
     int a;
 
-    h = new_handle();
+    h = tv_new_handle(sizeof(priv_t), &functions);
     if (!h)
 	return NULL;