Mercurial > mplayer.hg
diff help/help_mp-en.h @ 16958:3ff863e54b93
Test if source image dimensions are too big.
author | al |
---|---|
date | Thu, 10 Nov 2005 02:39:31 +0000 |
parents | c17943eb7d55 |
children | 32e2c59c8e86 |
line wrap: on
line diff
--- a/help/help_mp-en.h Thu Nov 10 00:49:51 2005 +0000 +++ b/help/help_mp-en.h Thu Nov 10 02:39:31 2005 +0000 @@ -1012,6 +1012,10 @@ #define MSGTR_VO_SUB_Brightness "Brightness" #define MSGTR_VO_SUB_Hue "Hue" +// vo_xv.c +#define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are " \ + "too high: %ux%u (maximum is %ux%u)\n" + // Old vo drivers that have been replaced #define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n"