summaryrefslogtreecommitdiffstats
path: root/stream/tvi_bsdbt848.c
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-30 17:31:54 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-30 17:31:54 +0000
commitaae0e9dcde30a94424a7dcf5c5f85e4c074c3a0a (patch)
tree945e7c3c0e2f73a51b719e27d366922ceb1cf20b /stream/tvi_bsdbt848.c
parent5fe8918070edf4ee693970e3118f48045414ddfb (diff)
downloadmpv-aae0e9dcde30a94424a7dcf5c5f85e4c074c3a0a.tar.bz2
mpv-aae0e9dcde30a94424a7dcf5c5f85e4c074c3a0a.tar.xz
10l: wrong pointer was initialized (causes crash during startup).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23945 b3059339-0415-0410-9bf9-f77b7e298cf2
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;
}