[Mplayer-cvslog] CVS: 0_90/libao2 ao_pcm.c,1.17,1.18
Tobias Diedrich CVS
ranma at mplayerhq.hu
Tue May 6 01:42:50 CEST 2003
Update of /cvsroot/mplayer/0_90/libao2
In directory mail:/var/tmp.root/cvs-serv4602
Modified Files:
ao_pcm.c
Log Message:
Correct dumping hint (vc dummy faster than null).
Index: ao_pcm.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libao2/ao_pcm.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ao_pcm.c 22 Mar 2003 16:33:00 -0000 1.17
+++ ao_pcm.c 5 May 2003 23:42:48 -0000 1.18
@@ -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");
More information about the MPlayer-cvslog
mailing list