[MPlayer-cvslog] r23904 - trunk/stream/tvi_bsdbt848.c

voroshil subversion at mplayerhq.hu
Sun Jul 29 12:20:06 CEST 2007


Author: voroshil
Date: Sun Jul 29 12:20:05 2007
New Revision: 23904

Log:
Removing global variables from tv://
Step 3: removing references to old globals from tvi_bsdbt848.c



Modified:
   trunk/stream/tvi_bsdbt848.c

Modified: trunk/stream/tvi_bsdbt848.c
==============================================================================
--- trunk/stream/tvi_bsdbt848.c	(original)
+++ trunk/stream/tvi_bsdbt848.c	Sun Jul 29 12:20:05 2007
@@ -410,7 +410,7 @@ static int control(priv_t *priv, int cmd
 
 #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");
 	    }



More information about the MPlayer-cvslog mailing list