From c750b8ab2d3c83cb2cdcdd2d97b8ae5aa7a8955f Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 6 Aug 2002 20:31:48 +0000 Subject: -vc null is better than -hardframedrop -- hint by gabor git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6942 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_pcm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libao2/ao_pcm.c') diff --git a/libao2/ao_pcm.c b/libao2/ao_pcm.c index 82a603baa4..087c4205b3 100644 --- a/libao2/ao_pcm.c +++ b/libao2/ao_pcm.c @@ -97,8 +97,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 -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"); -- cgit v1.2.3