[MPlayer-cvslog] CVS: main/input input.c,1.133,1.134
Alban Bedel CVS
syncmail at mplayerhq.hu
Thu Mar 23 02:22:45 CET 2006
CVS change done by Alban Bedel CVS
Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv20984/input
Modified Files:
input.c
Log Message:
Convert fullscreen, panscan, color controls, ontop, rootwin,
border, framedrop and vsync to properties. Also add a couple
of video related properties like width, height, etc.
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- input.c 22 Mar 2006 23:05:13 -0000 1.133
+++ input.c 23 Mar 2006 01:22:43 -0000 1.134
@@ -105,10 +105,10 @@
{ 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}} } },
- { MP_CMD_VO_BORDER, "vo_border", 0, { {-1,{0}} } },
+ { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {MP_CMD_ARG_INT,{-1}}, {-1,{0}} } },
+ { MP_CMD_VO_ONTOP, "vo_ontop", 0, { {MP_CMD_ARG_INT,{-1}}, {-1,{0}} } },
+ { MP_CMD_VO_ROOTWIN, "vo_rootwin", 0, { {MP_CMD_ARG_INT,{-1}}, {-1,{0}} } },
+ { MP_CMD_VO_BORDER, "vo_border", 0, { {MP_CMD_ARG_INT,{-1}}, {-1,{0}} } },
{ MP_CMD_SCREENSHOT, "screenshot", 0, { {-1,{0}} } },
{ MP_CMD_PANSCAN, "panscan",1, { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
{ MP_CMD_SWITCH_VSYNC, "switch_vsync", 0, { {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
More information about the MPlayer-cvslog
mailing list