10l to me and bertrand ;) Fix clash of -pass for http auth with -pass of mencoder.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6570 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-06-25 23:33:46 +00:00
parent c840dbe325
commit 86d8896c42
1 changed files with 1 additions and 1 deletions

View File

@ -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