[Mplayer-cvslog] CVS: main/input input.c,1.88,1.89

Nico Sabbi CVS syncmail at mplayerhq.hu
Mon Apr 26 23:15:16 CEST 2004


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/input
In directory mail:/var2/tmp/cvs-serv28913/input

Modified Files:
	input.c 
Log Message:
slave command dvb_set_channel now takes 2 arguments: channel card

Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- input.c	16 Jan 2004 17:31:37 -0000	1.88
+++ input.c	26 Apr 2004 21:15:14 -0000	1.89
@@ -95,7 +95,7 @@
 #endif
   { MP_CMD_SUB_FORCED_ONLY, "forced_subs_only",  0, { {-1,{0}} } },
 #ifdef HAS_DVBIN_SUPPORT
-  { MP_CMD_DVB_SET_CHANNEL, "dvb_set_channel", 1, { { MP_CMD_ARG_INT, {0}}, {-1,{0}}  }},
+  { MP_CMD_DVB_SET_CHANNEL, "dvb_set_channel", 2, { {MP_CMD_ARG_INT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}}}},
 #endif
   { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
   { MP_CMD_VO_ONTOP, "vo_ontop", 0, { {-1,{0}} } },




More information about the MPlayer-cvslog mailing list