1
mirror of https://github.com/mpv-player/mpv synced 2025-03-30 22:09:20 +02:00

mplayer/mencoder

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5786 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-04-22 14:27:53 +00:00
parent 0e5e9aaa5a
commit ee340fe3aa

@ -1461,7 +1461,7 @@ static void m_config_list_options(m_config_t *config) {
static void m_config_error(int err,char* opt,char* val) { static void m_config_error(int err,char* opt,char* val) {
switch(err) { switch(err) {
case ERR_NOT_AN_OPTION: case ERR_NOT_AN_OPTION:
mp_msg(MSGT_CFGPARSER, MSGL_ERR,"'%s' is not an mplayer option\n",opt); mp_msg(MSGT_CFGPARSER, MSGL_ERR,"'%s' is not a mplayer/mencoder option\n",opt);
break; break;
case ERR_MISSING_PARAM: case ERR_MISSING_PARAM:
mp_msg(MSGT_CFGPARSER, MSGL_ERR,"option '%s' need a parameter\n",opt); mp_msg(MSGT_CFGPARSER, MSGL_ERR,"option '%s' need a parameter\n",opt);