summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-12 09:53:20 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-12 09:53:20 +0000
commit30df287deb5bfc728dd60e78dfa7fff18309d52c (patch)
tree63a2e6f7c2eb53d0f14d150224666cec39af099f /help
parent65fe04ebd6818ccfb5f5c808d4ff0eb5948ed128 (diff)
downloadmpv-30df287deb5bfc728dd60e78dfa7fff18309d52c.tar.bz2
mpv-30df287deb5bfc728dd60e78dfa7fff18309d52c.tar.xz
-vc dummy is know to cause crashes, so suggest -vc null instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16738 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 38bc149722..c17c035e90 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1000,7 +1000,7 @@ static char help_text[]=
// ao_pcm.c
#define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n"
-#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: fastest dumping is achieved with -vc dummy -vo null\nPCM: Info: to write WAVE files use -ao pcm:waveheader (default).\n"
+#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: fastest dumping is achieved with -vc null -vo null\nPCM: Info: to write WAVE files use -ao pcm:waveheader (default).\n"
#define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n"
// ao_sdl.c