summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-14 21:36:06 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:44 +0200
commit6be6ba40946d333e9d2cf741ba401366e9081c79 (patch)
tree8e75cc2883382985e55d9c6947ef43b3402878b2 /mplayer.c
parenta22c69b9801ab4711fb9e740c348f826e00ac7f2 (diff)
downloadmpv-6be6ba40946d333e9d2cf741ba401366e9081c79.tar.bz2
mpv-6be6ba40946d333e9d2cf741ba401366e9081c79.tar.xz
commands: Allow fullscreen switching during -idle.
Useful in combination with -fixed-vo and a vo that can do rescaling during "pause" like gl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31736 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index f29edd7021..6e664e164c 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3496,6 +3496,7 @@ while (player_idle_mode && !mpctx->filename) {
case MP_CMD_QUIT:
exit_player_with_rc(mpctx, 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: