mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 14:50:07 +00:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7420 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
737f68edf0
commit
ced94d0021
@ -2220,18 +2220,18 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
|
||||
if (tv_param_on == 1) {
|
||||
int v = cmd->args[0].v.i;
|
||||
if(v > 0)
|
||||
tv_step_channel((tvi_handle_t*)(stream->priv), TV_CHANNEL_HIGHER);
|
||||
tv_step_channel((tvi_handle_t*)(demuxer->priv), TV_CHANNEL_HIGHER);
|
||||
else
|
||||
tv_step_channel((tvi_handle_t*)(stream->priv), TV_CHANNEL_LOWER);
|
||||
tv_step_channel((tvi_handle_t*)(demuxer->priv), TV_CHANNEL_LOWER);
|
||||
}
|
||||
} break;
|
||||
case MP_CMD_TV_STEP_NORM : {
|
||||
if (tv_param_on == 1)
|
||||
tv_step_norm((tvi_handle_t*)(stream->priv));
|
||||
tv_step_norm((tvi_handle_t*)(demuxer->priv));
|
||||
} break;
|
||||
case MP_CMD_TV_STEP_CHANNEL_LIST : {
|
||||
if (tv_param_on == 1)
|
||||
tv_step_chanlist((tvi_handle_t*)(stream->priv));
|
||||
tv_step_chanlist((tvi_handle_t*)(demuxer->priv));
|
||||
} break;
|
||||
#endif
|
||||
case MP_CMD_VO_FULLSCREEN:
|
||||
|
Loading…
Reference in New Issue
Block a user