Mercurial > mplayer.hg
comparison stream/tvi_bsdbt848.c @ 23884:b341311b8b21
Removing global variables from tv://
Step 3: removing references to old globals from tvi_bsdbt848.c
author | voroshil |
---|---|
date | Sun, 29 Jul 2007 10:20:05 +0000 |
parents | d65439444b75 |
children | f54903679ad0 |
comparison
equal
deleted
inserted
replaced
23883:d65439444b75 | 23884:b341311b8b21 |
---|---|
408 return(0); | 408 return(0); |
409 } | 409 } |
410 | 410 |
411 #ifdef BT848_SAUDIO | 411 #ifdef BT848_SAUDIO |
412 if(priv->tunerready == TRUE && | 412 if(priv->tunerready == TRUE && |
413 ioctl(priv->tunerfd, BT848_SAUDIO, &tv_param_audio_id) < 0) | 413 ioctl(priv->tunerfd, BT848_SAUDIO, &priv->tv_param->audio_id) < 0) |
414 { | 414 { |
415 perror("audioid:ioctl"); | 415 perror("audioid:ioctl"); |
416 } | 416 } |
417 #endif | 417 #endif |
418 | 418 |