1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00: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

View File

@ -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) {
switch(err) {
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;
case ERR_MISSING_PARAM:
mp_msg(MSGT_CFGPARSER, MSGL_ERR,"option '%s' need a parameter\n",opt);