comparison help/help_mp-en.h @ 14935:b3274e6b88ef

Convert vo_aa suboption parser to using the subopt-helper. This obsoletes all -aa* commandline options. Use -vo aa:* instead.
author ivo
date Fri, 11 Mar 2005 02:09:24 +0000
parents 5723c4b2a2ea
children 7e7b077b7a50
comparison
equal deleted inserted replaced
14934:89031188b7b2 14935:b3274e6b88ef
895 #define MSGTR_VO_SuboptionsParsedOK "Suboptions parsed OK." 895 #define MSGTR_VO_SuboptionsParsedOK "Suboptions parsed OK."
896 #define MSGTR_VO_ValueOutOfRange "Value out of range" 896 #define MSGTR_VO_ValueOutOfRange "Value out of range"
897 #define MSGTR_VO_NoValueSpecified "No value specified." 897 #define MSGTR_VO_NoValueSpecified "No value specified."
898 #define MSGTR_VO_UnknownSuboptions "Unknown suboption(s)" 898 #define MSGTR_VO_UnknownSuboptions "Unknown suboption(s)"
899 899
900 // vo_aa.c
901
902 #define MSGTR_VO_AA_HelpHeader "\n\nHere are the aalib vo_aa suboptions:\n"
903 #define MSGTR_VO_AA_AdditionalOptions "Additional options vo_aa provides:\n" \
904 " help print this help message\n" \
905 " osdcolor set osd color\n subcolor set subtitle color\n" \
906 " the color parameters are:\n 0 : normal\n" \
907 " 1 : dim\n 2 : bold\n 3 : boldfont\n" \
908 " 4 : reverse\n 5 : special\n\n\n"
909
900 // vo_jpeg.c 910 // vo_jpeg.c
901 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled." 911 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
902 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled." 912 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."
903 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled." 913 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled."
904 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled." 914 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled."