diff help/help_mp-en.h @ 13247:933b45ad31d5

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.
author ivo
date Sat, 04 Sep 2004 22:59:33 +0000
parents b872a27aea9e
children 7dfd84faaa09
line wrap: on
line diff
--- a/help/help_mp-en.h	Sat Sep 04 15:34:20 2004 +0000
+++ b/help/help_mp-en.h	Sat Sep 04 22:59:33 2004 +0000
@@ -758,4 +758,13 @@
 #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)"