diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-19 14:07:12 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-19 14:07:12 +0000 |
commit | 3e3f410796f7af0669eefafdf6324bc009fd3de0 (patch) | |
tree | 843a486f4b08547c574115d68fbefc02f9663bda /help/help_mp-en.h | |
parent | 1ce50723369c3bd418ebe8274be242daf5344599 (diff) | |
download | mpv-3e3f410796f7af0669eefafdf6324bc009fd3de0.tar.bz2 mpv-3e3f410796f7af0669eefafdf6324bc009fd3de0.tar.xz |
change obsolete -waveheader to -ao pcm:waveheader in hintinfo message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16520 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r-- | help/help_mp-en.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index d7c3e2a61b..38bc149722 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 -waveheader (default).\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_CantOpenOutputFile "[AO PCM] Failed to open %s for writing!\n" // ao_sdl.c |