Correct dumping hint (vc dummy faster than null).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10078 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ranma 2003-05-05 23:43:30 +00:00
parent 31f5cc6023
commit e6c118b982
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ static int init(int rate,int channels,int format,int flags){
"PCM: Samplerate: %iHz Channels: %s Format %s\n",
ao_outputfilename, (ao_pcm_waveheader?"WAVE":"RAW PCM"), rate,
(channels > 1) ? "Stereo" : "Mono", audio_out_format_name(format));
printf("PCM: Info: fastest dumping is achieved with -vc null -vo null\n"
printf("PCM: Info: fastest dumping is achieved with -vc dummy -vo null\n"
"PCM: Info: to write WAVE files use -waveheader (default); "
"for RAW PCM -nowaveheader.\n");