summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authoral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-10 02:39:31 +0000
committeral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-10 02:39:31 +0000
commitfb8da06ed75c53a69a3a3f276c5e9631271d0249 (patch)
tree76f4b4e99612bff2cf6bc7ba4f09a13b90490c1d /help
parent3ccd4245293941c68dd3d0e02a1106944031ca54 (diff)
downloadmpv-fb8da06ed75c53a69a3a3f276c5e9631271d0249.tar.bz2
mpv-fb8da06ed75c53a69a3a3f276c5e9631271d0249.tar.xz
Test if source image dimensions are too big.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16959 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index b548caf638..228f4348c2 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1012,6 +1012,10 @@ static char help_text[]=
#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"