Mercurial > mplayer.hg
changeset 10077:c1c35a94f695
Correct dumping hint (vc dummy faster than null).
author | ranma |
---|---|
date | Mon, 05 May 2003 23:43:30 +0000 |
parents | 60c4fd2cb179 |
children | 379f48cace77 |
files | libao2/ao_pcm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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");