[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.183,1.184
Rich Felker
dalias at aerifal.cx
Wed Oct 12 18:57:45 CEST 2005
On Wed, Oct 12, 2005 at 11:53:24AM +0200, Reimar Döffinger CVS wrote:
> CVS change done by Reimar Döffinger CVS
>
> Update of /cvsroot/mplayer/main/help
> In directory mail:/var2/tmp/cvs-serv27120
>
> Modified Files:
> help_mp-en.h
> Log Message:
> -vc dummy is know to cause crashes, so suggest -vc null instead.
>
>
> Index: help_mp-en.h
> ===================================================================
> RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
> retrieving revision 1.183
> retrieving revision 1.184
> diff -u -r1.183 -r1.184
> --- help_mp-en.h 19 Sep 2005 14:07:11 -0000 1.183
> +++ help_mp-en.h 12 Oct 2005 09:53:20 -0000 1.184
> @@ -1000,7 +1000,7 @@
>
> // ao_pcm.c
> #define MSGTR_AO_PCM_FileInfo "[AO PCM] File: %s (%s)\nPCM: Samplerate: %iHz Channels: %s Format %s\n"
> -#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: fastest dumping is achieved with -vc dummy -vo null\nPCM: Info: to write WAVE files use -ao pcm:waveheader (default).\n"
> +#define MSGTR_AO_PCM_HintInfo "[AO PCM] Info: fastest dumping is achieved with -vc null -vo null\nPCM: Info: to write WAVE files use -ao pcm:waveheader (default).\n"
But this is incorrect. Dumping is much faster with -vc dummy when it
works, so saying "fastest" is now blatently wrong.
Rich
More information about the MPlayer-DOCS
mailing list