summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/input_dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c
index d4b3b470e..679974ec7 100644
--- a/src/input/input_dvb.c
+++ b/src/input/input_dvb.c
@@ -884,6 +884,7 @@ static input_plugin_t *dvb_class_get_instance (input_class_t *cls_gen,
this = (dvb_input_plugin_t *) xine_xmalloc (sizeof(dvb_input_plugin_t));
+ this->stream = stream;
this->mrl = strdup(mrl);
this->cls = cls;
this->tuner = NULL;