diff cfg-common.h @ 6569:39a7509868de

10l to me and bertrand ;) Fix clash of -pass for http auth with -pass of mencoder.
author atmos4
date Tue, 25 Jun 2002 23:33:46 +0000
parents e7c244db6174
children bfc209bb3f48
line wrap: on
line diff
--- a/cfg-common.h	Tue Jun 25 23:27:14 2002 +0000
+++ b/cfg-common.h	Tue Jun 25 23:33:46 2002 +0000
@@ -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