summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-11 02:09:24 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-11 02:09:24 +0000
commitb0e5f570bb6b17f6160a2382356e4ec9a127d55d (patch)
treedac4f1b7d6cfbf9d18346da6c3c737881c3308cf /help
parent0c7b6fc2123db6a4f77064d9bfe8f7f7c185a102 (diff)
downloadmpv-b0e5f570bb6b17f6160a2382356e4ec9a127d55d.tar.bz2
mpv-b0e5f570bb6b17f6160a2382356e4ec9a127d55d.tar.xz
Convert vo_aa suboption parser to using the subopt-helper.
This obsoletes all -aa* commandline options. Use -vo aa:* instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 061d1a4f3c..245f03e1ae 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -897,6 +897,16 @@ static char help_text[]=
#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."