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:
gabucino 2003-01-26 10:53:34 +00:00
parent 4c4a1c5448
commit 7f613b0898
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}