Mercurial > mplayer.hg
changeset 31670:05a6d70df204
Allow fullscreen switching during -idle. Useful in combination
with -fixed-vo and a vo that can do rescaling during "pause" like gl.
author | reimar |
---|---|
date | Wed, 14 Jul 2010 21:36:06 +0000 |
parents | 1c19c2e6c5cd |
children | 4541f1921482 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Wed Jul 14 13:49:08 2010 +0000 +++ b/mplayer.c Wed Jul 14 21:36:06 2010 +0000 @@ -3147,6 +3147,7 @@ case MP_CMD_QUIT: exit_player_with_rc(EXIT_QUIT, (cmd->nargs > 0)? cmd->args[0].v.i : 0); break; + case MP_CMD_VO_FULLSCREEN: case MP_CMD_GET_PROPERTY: case MP_CMD_SET_PROPERTY: case MP_CMD_STEP_PROPERTY: