From f59e46baca535225d36284584859d7bce039de39 Mon Sep 17 00:00:00 2001 From: voroshil Date: Sun, 29 Jul 2007 10:20:05 +0000 Subject: 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 --- stream/tvi_bsdbt848.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') 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"); } -- cgit v1.2.3