[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.166,1.167

D Richard Felker III dalias at aerifal.cx
Sat Mar 19 18:54:37 CET 2005


On Sat, Mar 19, 2005 at 06:29:00PM +0100, Diego Biurrun CVS wrote:
> CVS change done by Diego Biurrun CVS
> 
> Update of /cvsroot/mplayer/main/help
> In directory mail:/var2/tmp/cvs-serv29915/help
> 
> Modified Files:
> 	help_mp-en.h 
> Log Message:
> Replace placeholder message with something sane.
> 1l to Rich for overlooking this.
> 
> 
> Index: help_mp-en.h
> ===================================================================
> RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
> retrieving revision 1.166
> retrieving revision 1.167
> diff -u -r1.166 -r1.167
> --- help_mp-en.h	19 Mar 2005 16:55:26 -0000	1.166
> +++ help_mp-en.h	19 Mar 2005 17:28:57 -0000	1.167
> @@ -218,7 +218,8 @@
>  #define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace than the previous one.\n"
>  #define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n"
>  #define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n"
> -#define MSGTR_NoSpeedWithFrameCopy "Bleh\n"
> +#define MSGTR_NoSpeedWithFrameCopy "WARNING: -speed is not guaranteed to work correctly with -oac copy!\n"\
> +"Your encode might be broken!\n"

Is it allowed to linesplit help_mp-en.h like this? IMO it might break
the translation scripts..

Rich




More information about the MPlayer-DOCS mailing list