Mercurial > mplayer.hg
changeset 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 | 297d43688572 |
children | 52ecfeddf864 |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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