[Mplayer-cvslog] CVS: main cfg-common.h,1.46,1.47 cfg-mencoder.h,1.43,1.44 cfg-mplayer.h,1.155,1.156

Bertrand Baudet bertrand at mplayerhq.hu
Fri Jul 5 04:51:22 CEST 2002


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

Modified Files:
	cfg-common.h cfg-mencoder.h cfg-mplayer.h 
Log Message:
Added the bandwidth option


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- cfg-common.h	28 Jun 2002 17:13:18 -0000	1.46
+++ cfg-common.h	5 Jul 2002 02:51:19 -0000	1.47
@@ -42,8 +42,10 @@
 #ifdef STREAMING
 	{"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"passwd", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"bandwidth", &network_bandwidth, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
 #else
 	{"user", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+	{"bandwidth", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif
 	
 // ------------------------- demuxer options --------------------

Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- cfg-mencoder.h	25 Jun 2002 08:09:16 -0000	1.43
+++ cfg-mencoder.h	5 Jul 2002 02:51:19 -0000	1.44
@@ -24,6 +24,7 @@
 /* defined in network.c */
 extern char *network_username;
 extern char *network_password;
+extern int   network_bandwidth;
 #endif
 
 #ifdef HAVE_MP3LAME

Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- cfg-mplayer.h	25 Jun 2002 08:09:16 -0000	1.155
+++ cfg-mplayer.h	5 Jul 2002 02:51:19 -0000	1.156
@@ -103,6 +103,7 @@
 /* defined in network.c */
 extern char *network_username;
 extern char *network_password;
+extern int   network_bandwidth;
 #endif
 
 /* from libvo/aspect.c */




More information about the MPlayer-cvslog mailing list