[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.163,1.164

Ivo van Poorten CVS syncmail at mplayerhq.hu
Fri Mar 11 03:09:26 CET 2005


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv10544/help

Modified Files:
	help_mp-en.h 
Log Message:

Convert vo_aa suboption parser to using the subopt-helper.
This obsoletes all -aa* commandline options. Use -vo aa:* instead.



Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- help_mp-en.h	1 Mar 2005 20:21:58 -0000	1.163
+++ help_mp-en.h	11 Mar 2005 02:09:23 -0000	1.164
@@ -897,6 +897,16 @@
 #define MSGTR_VO_NoValueSpecified "No value specified."
 #define MSGTR_VO_UnknownSuboptions "Unknown suboption(s)"
 
+// vo_aa.c
+
+#define MSGTR_VO_AA_HelpHeader "\n\nHere are the aalib vo_aa suboptions:\n"
+#define MSGTR_VO_AA_AdditionalOptions "Additional options vo_aa provides:\n" \
+"  help        print this help message\n" \
+"  osdcolor    set osd color\n  subcolor    set subtitle color\n" \
+"        the color parameters are:\n           0 : normal\n" \
+"           1 : dim\n           2 : bold\n           3 : boldfont\n" \
+"           4 : reverse\n           5 : special\n\n\n"
+
 // vo_jpeg.c
 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."




More information about the MPlayer-DOCS mailing list