[Mplayer-cvslog] CVS: main/input input.c,1.82,1.83

Alban Bedel CVS albeu at mplayerhq.hu
Sat Aug 16 11:51:08 CEST 2003


Update of /cvsroot/mplayer/main/input
In directory mail:/var/tmp.root/cvs-serv13564/input

Modified Files:
	input.c 
Log Message:
Finnaly commit Nico's dvb menu. Sorry for committing this
months later :(


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- input.c	15 Aug 2003 18:45:08 -0000	1.82
+++ input.c	16 Aug 2003 09:51:05 -0000	1.83
@@ -93,6 +93,9 @@
   { MP_CMD_TV_SET_HUE, "tv_set_hue", 1,  { { MP_CMD_ARG_INT ,{0}}, {-1,{0}} }},
   { MP_CMD_TV_SET_SATURATION, "tv_set_saturation", 1,  { { MP_CMD_ARG_INT ,{0}}, {-1,{0}} }},
 #endif
+#ifdef HAS_DVBIN_SUPPORT
+  { MP_CMD_DVB_SET_CHANNEL, "dvb_set_channel", 1, { { MP_CMD_ARG_INT, {0}}, {-1,{0}}  }},
+#endif
   { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-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}} } },



More information about the MPlayer-cvslog mailing list