summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-04 22:59:33 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-04 22:59:33 +0000
commitf36b6cd3a1883f7d4be8c7f9c7276c1d79704df2 (patch)
tree6421643ebdc7b3524c5295486d9b9f407095cde4 /help
parentc20f06b2fa04783fb1ba91685d627d63fa29eb76 (diff)
downloadmpv-f36b6cd3a1883f7d4be8c7f9c7276c1d79704df2.tar.bz2
mpv-f36b6cd3a1883f7d4be8c7f9c7276c1d79704df2.tar.xz
Removal of -jpeg commandline option.
It's replaced by an options parser in the module itself. Instead of mplayer -vo jpeg -jpeg options one now has to use mplayer -vo jpeg:options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13248 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index ccc563e68a..2649dc0c9e 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -758,4 +758,13 @@ static char help_text[]=
#define MSGTR_VO_JPEG_DirExistsAndIsWritable "Output directory already exists and is writable."
#define MSGTR_VO_JPEG_CantCreateDirectory "Unable to create ouput directory."
#define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created."
+#define MSGTR_VO_JPEG_ParsingSuboptions "Parsing suboptions."
+#define MSGTR_VO_JPEG_SuboptionsParsedOK "Suboptions parsed OK."
+#define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
+#define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."
+#define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled."
+#define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled."
+#define MSGTR_VO_JPEG_ValueOutOfRange "Value out of range"
+#define MSGTR_VO_JPEG_NoValueSpecified "No value specified."
+#define MSGTR_VO_JPEG_UnknownOptions "Unknown option(s)"