From e6c118b982e0e323543c8ff41d26df3e7aedbccc Mon Sep 17 00:00:00 2001 From: ranma Date: Mon, 5 May 2003 23:43:30 +0000 Subject: Correct dumping hint (vc dummy faster than null). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10078 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2/ao_pcm.c') diff --git a/libao2/ao_pcm.c b/libao2/ao_pcm.c index 9b1f05b1dd..e43ee6dd45 100644 --- a/libao2/ao_pcm.c +++ b/libao2/ao_pcm.c @@ -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"); -- cgit v1.2.3