summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-29 10:20:05 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-29 10:20:05 +0000
commitf59e46baca535225d36284584859d7bce039de39 (patch)
tree11335a577d38956e79c9a823de373c1feae503de /stream
parent7cdc5ad4fe61b7fd8cc6648256ab952409fd6846 (diff)
downloadmpv-f59e46baca535225d36284584859d7bce039de39.tar.bz2
mpv-f59e46baca535225d36284584859d7bce039de39.tar.xz
Removing global variables from tv://
Step 3: removing references to old globals from tvi_bsdbt848.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-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 05248e8e6a..4d3a891e4e 100644
--- a/stream/tvi_bsdbt848.c
+++ b/stream/tvi_bsdbt848.c
@@ -410,7 +410,7 @@ static int control(priv_t *priv, int cmd, void *arg)
#ifdef BT848_SAUDIO
if(priv->tunerready == TRUE &&
- ioctl(priv->tunerfd, BT848_SAUDIO, &tv_param_audio_id) < 0)
+ ioctl(priv->tunerfd, BT848_SAUDIO, &priv->tv_param->audio_id) < 0)
{
perror("audioid:ioctl");
}