mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
added TVI_CONTROL_TUN_SET_NORM
(making the 'dummy' v4l driver work again) (however on channel switch it goes sig11 in key_events somebody pls fix) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9095 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4c4a1c5448
commit
7f613b0898
@ -84,6 +84,8 @@ static int control(priv_t *priv, int cmd, void *arg)
|
||||
case TVI_CONTROL_VID_CHK_WIDTH:
|
||||
case TVI_CONTROL_VID_CHK_HEIGHT:
|
||||
return(TVI_CONTROL_TRUE);
|
||||
case TVI_CONTROL_TUN_SET_NORM:
|
||||
return(TVI_CONTROL_TRUE);
|
||||
}
|
||||
return(TVI_CONTROL_UNKNOWN);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user