summaryrefslogtreecommitdiffstats
path: root/stream/tvi_bsdbt848.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tvi_bsdbt848.c')
-rw-r--r--stream/tvi_bsdbt848.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c
index 4d3a891e4e..2576bb6a1b 100644
--- a/stream/tvi_bsdbt848.c
+++ b/stream/tvi_bsdbt848.c
@@ -211,7 +211,7 @@ static tvi_handle_t *tvi_init_bsdbt848(tv_param_t* tv_param)
else
priv->dspdev = strdup(tv_param->adevice);
- tvh->tv_param=tv_param;
+ priv->tv_param=tv_param;
return tvh;
}