diff input/input.c @ 13339:1c787349d286

slave mode command to switch aspect ratio, patch by Aurelien Jacobs <aurel at gnuage.org>
author faust3
date Wed, 15 Sep 2004 09:45:34 +0000
parents 1820ef597cdb
children fec54060c91f
line wrap: on
line diff
--- a/input/input.c	Wed Sep 15 09:29:10 2004 +0000
+++ b/input/input.c	Wed Sep 15 09:45:34 2004 +0000
@@ -98,6 +98,7 @@
 #ifdef HAS_DVBIN_SUPPORT
   { MP_CMD_DVB_SET_CHANNEL, "dvb_set_channel", 2, { {MP_CMD_ARG_INT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}}}},
 #endif
+  { MP_CMD_SWITCH_RATIO, "switch_ratio", 0, { {MP_CMD_ARG_FLOAT,{0}}, {-1,{0}} } },
   { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
   { MP_CMD_VO_ONTOP, "vo_ontop", 0, { {-1,{0}} } },
   { MP_CMD_VO_ROOTWIN, "vo_rootwin", 0, { {-1,{0}} } },