[Mplayer-cvslog] CVS: main/libao2 ao_pcm.c,1.9,1.10
Arpi of Ize
arpi at mplayerhq.hu
Tue Aug 6 22:32:02 CEST 2002
Update of /cvsroot/mplayer/main/libao2
In directory mail:/var/tmp.root/cvs-serv28530
Modified Files:
ao_pcm.c
Log Message:
-vc null is better than -hardframedrop -- hint by gabor <gabor at realtime.sk>
Index: ao_pcm.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_pcm.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ao_pcm.c 21 Jul 2002 12:13:40 -0000 1.9
+++ ao_pcm.c 6 Aug 2002 20:31:48 -0000 1.10
@@ -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");
More information about the MPlayer-cvslog
mailing list