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-nl.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-nl.h')
-rw-r--r-- | help/help_mp-nl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-nl.h b/help/help_mp-nl.h index 47065150f7..a4eb2392b0 100644 --- a/help/help_mp-nl.h +++ b/help/help_mp-nl.h @@ -897,7 +897,7 @@ static char help_text[]= // ao_pcm.c #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Kanalen: %s Formaat %s\n" -#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: de snelste uitlezing wordt bereikt met -vc dummy -vo null\nPCM: Info: Om WAVE bestanden te schrijven gebruik -waveheader (standaard).\n" +#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: de snelste uitlezing wordt bereikt met -vc dummy -vo null\nPCM: Info: Om WAVE bestanden te schrijven gebruik -ao pcm:waveheader (standaard).\n" #define MSGTR_AO_PCM_CantOpenOutputFile "[AO PCM] Kon %s niet openen om te schrijven!\n" // ao_sdl.c |