summaryrefslogtreecommitdiffstats
path: root/libmpdemux/tvi_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/tvi_def.h')
-rw-r--r--libmpdemux/tvi_def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/tvi_def.h b/libmpdemux/tvi_def.h
index 30658f3304..aaca6d5a2f 100644
--- a/libmpdemux/tvi_def.h
+++ b/libmpdemux/tvi_def.h
@@ -36,6 +36,10 @@ static tvi_handle_t *new_handle()
h->functions = &functions;
h->params = NULL;
h->seq = 0;
+ h->chanlist = -1;
+ h->chanlist_s = NULL;
+ h->norm = -1;
+ h->channel = -1;
return(h);
}