changeset 6941:a16a68266408

-vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>
author arpi
date Tue, 06 Aug 2002 20:31:48 +0000
parents 335d827e8201
children 6048ac6ab001
files libao2/ao_pcm.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_pcm.c	Tue Aug 06 19:45:59 2002 +0000
+++ b/libao2/ao_pcm.c	Tue Aug 06 20:31:48 2002 +0000
@@ -97,8 +97,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 -vo null "
-	       "-hardframedrop.\n"
+	printf("PCM: Info: fastest dumping is achieved with -vc null -vo null\n"
 	       "PCM: Info: to write WAVE files use -waveheader (default); "
 	       "for RAW PCM -nowaveheader.\n");