# HG changeset patch # User reimar # Date 1129110800 0 # Node ID f74c4948f162959118f008ca4ff7332abe0270fa # Parent 64f56a0553e2ad4a08483da45e95c381087228a9 -vc dummy is know to cause crashes, so suggest -vc null instead. diff -r 64f56a0553e2 -r f74c4948f162 help/help_mp-en.h --- a/help/help_mp-en.h Wed Oct 12 08:19:10 2005 +0000 +++ b/help/help_mp-en.h Wed Oct 12 09:53:20 2005 +0000 @@ -1000,7 +1000,7 @@ // 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