[Mplayer-cvslog] CVS: 0_90/libao2 ao_pcm.c,1.17,1.18
Arpi
arpi at thot.banki.hu
Tue May 6 01:45:54 CEST 2003
Hi,
> 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");
>
BAD!
-vc dummy ersults no video stream "decoding", so no video stream demuxing,
so buffer overflow after a while (for longer (>8MB) streams)
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-cvslog
mailing list