summaryrefslogtreecommitdiffstats
path: root/cfg-mencoder.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-11 20:33:04 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-11 20:33:04 +0000
commit05f84f844ea028549d26573f149b4f092f762c49 (patch)
tree34a77e980d8998383bb02925fc9aef13468039e6 /cfg-mencoder.h
parentbd52da64ba3a184111088c94d29ccb805e611e9a (diff)
downloadmpv-05f84f844ea028549d26573f149b4f092f762c49.tar.bz2
mpv-05f84f844ea028549d26573f149b4f092f762c49.tar.xz
add prelim -lameopts help
patch by "Sycotic Smith" <sycotic@linuxmail.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8897 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mencoder.h')
-rw-r--r--cfg-mencoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mencoder.h b/cfg-mencoder.h
index 1a87f99566..b4ca66e5dd 100644
--- a/cfg-mencoder.h
+++ b/cfg-mencoder.h
@@ -39,7 +39,7 @@ struct config lameopts_conf[]={
{"fast", "MPlayer was built without -lameopts fast support (requires libmp3lame >=3.92)!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"preset", "MPlayer was built without -lameopts preset support (requires libmp3lame >=3.92)!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif
- {"help", "TODO: lameopts help!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
+ {"help", MSGTR_MEncoderMP3LameHelp, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
#endif