mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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
This commit is contained in:
parent
7cdc5ad4fe
commit
f59e46baca
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user