changeset 5785:784b0f168791

mplayer/mencoder
author jaf
date Mon, 22 Apr 2002 14:27:53 +0000
parents ca43959c1bc4
children a0e8ae26de14
files cfgparser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfgparser.c	Mon Apr 22 13:20:24 2002 +0000
+++ b/cfgparser.c	Mon Apr 22 14:27:53 2002 +0000
@@ -1461,7 +1461,7 @@
 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);