summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 15:13:28 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 15:13:28 +0000
commit451ec22f8f0dd379d433baba645f0d0f0067806a (patch)
treeb75f65d3fb64a18b628a99264fb227e94ef67c9e /help/help_mp-en.h
parentbd108442829df3619aad8ea845bb5788e25730da (diff)
downloadmpv-451ec22f8f0dd379d433baba645f0d0f0067806a.tar.bz2
mpv-451ec22f8f0dd379d433baba645f0d0f0067806a.tar.xz
fix missing check against lame_init_params that was leading to video only files on low (under 32) audio bitrates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14763 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 9280af5a54..b5a04c8532 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -337,6 +337,9 @@ static char help_text[]=
"mw-us => 40kbps/mono voice => 56kbps/mono\n"\
"fm/radio/tape => 112kbps hifi => 160kbps\n"\
"cd => 192kbps studio => 256kbps"
+#define MSGTR_LameCantInit "can't set Lame options, check bitrate/samplerate,"\
+" some very low bitrates (<32) need lower samplerates (i.e. -srate 8000). "\
+"if everything else fails, try a preset."
#define MSGTR_ConfigfileError "configfile error"
#define MSGTR_ErrorParsingCommandLine "error parsing cmdline"
#define MSGTR_VideoStreamRequired "Video stream is mandatory!\n"