mirror of
https://github.com/mpv-player/mpv
synced 2025-04-27 05:39:21 +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) {
|
if (tv_param_on == 1) {
|
||||||
int v = cmd->args[0].v.i;
|
int v = cmd->args[0].v.i;
|
||||||
if(v > 0)
|
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
|
else
|
||||||
tv_step_channel((tvi_handle_t*)(stream->priv), TV_CHANNEL_LOWER);
|
tv_step_channel((tvi_handle_t*)(demuxer->priv), TV_CHANNEL_LOWER);
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
case MP_CMD_TV_STEP_NORM : {
|
case MP_CMD_TV_STEP_NORM : {
|
||||||
if (tv_param_on == 1)
|
if (tv_param_on == 1)
|
||||||
tv_step_norm((tvi_handle_t*)(stream->priv));
|
tv_step_norm((tvi_handle_t*)(demuxer->priv));
|
||||||
} break;
|
} break;
|
||||||
case MP_CMD_TV_STEP_CHANNEL_LIST : {
|
case MP_CMD_TV_STEP_CHANNEL_LIST : {
|
||||||
if (tv_param_on == 1)
|
if (tv_param_on == 1)
|
||||||
tv_step_chanlist((tvi_handle_t*)(stream->priv));
|
tv_step_chanlist((tvi_handle_t*)(demuxer->priv));
|
||||||
} break;
|
} break;
|
||||||
#endif
|
#endif
|
||||||
case MP_CMD_VO_FULLSCREEN:
|
case MP_CMD_VO_FULLSCREEN:
|
||||||
|
Loading…
Reference in New Issue
Block a user