[Mplayer-cvslog] CVS: main cfg-common.h,1.44,1.45

Atmosfear atmos4 at mplayerhq.hu
Wed Jun 26 01:33:49 CEST 2002


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

Modified Files:
	cfg-common.h 
Log Message:
10l to me and bertrand ;) Fix clash of -pass for http auth with -pass of mencoder.


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- cfg-common.h	25 Jun 2002 08:09:16 -0000	1.44
+++ cfg-common.h	25 Jun 2002 23:33:46 -0000	1.45
@@ -41,7 +41,7 @@
 
 #ifdef STREAMING
 	{"user", &network_username, CONF_TYPE_STRING, 0, 0, 0, NULL},
-	{"pass", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"passwd", &network_password, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #else
 	{"user", "MPlayer was compiled WITHOUT streaming(network) support\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 #endif




More information about the MPlayer-cvslog mailing list