# HG changeset patch # User ranma # Date 1052178210 0 # Node ID c1c35a94f695f527b4fa7559ff4add563d7a21a1 # Parent 60c4fd2cb17997b5ac7c59227e7fe7139208708c Correct dumping hint (vc dummy faster than null). diff -r 60c4fd2cb179 -r c1c35a94f695 libao2/ao_pcm.c --- a/libao2/ao_pcm.c Mon May 05 23:36:11 2003 +0000 +++ b/libao2/ao_pcm.c Mon May 05 23:43:30 2003 +0000 @@ -115,7 +115,7 @@ "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");