comparison 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
comparison
equal deleted inserted replaced
16957:65e2ab239fce 16958:3ff863e54b93
1010 #define MSGTR_VO_SUB_Saturation "Saturation" 1010 #define MSGTR_VO_SUB_Saturation "Saturation"
1011 #define MSGTR_VO_SUB_Volume "Volume" 1011 #define MSGTR_VO_SUB_Volume "Volume"
1012 #define MSGTR_VO_SUB_Brightness "Brightness" 1012 #define MSGTR_VO_SUB_Brightness "Brightness"
1013 #define MSGTR_VO_SUB_Hue "Hue" 1013 #define MSGTR_VO_SUB_Hue "Hue"
1014 1014
1015 // vo_xv.c
1016 #define MSGTR_VO_XV_ImagedimTooHigh "Source image dimensions are " \
1017 "too high: %ux%u (maximum is %ux%u)\n"
1018
1015 // Old vo drivers that have been replaced 1019 // Old vo drivers that have been replaced
1016 1020
1017 #define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n" 1021 #define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n"
1018 #define MSGTR_VO_MD5_HasBeenReplaced "The md5 video output driver has been replaced by -vo md5sum.\n" 1022 #define MSGTR_VO_MD5_HasBeenReplaced "The md5 video output driver has been replaced by -vo md5sum.\n"
1019 1023