[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.126,1.127

Ivo van Poorten CVS syncmail at mplayerhq.hu
Sun Sep 5 00:59:35 CEST 2004


CVS change done by Ivo van Poorten CVS

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

Modified Files:
	help_mp-en.h 
Log Message:
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.



Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- help_mp-en.h	26 Aug 2004 22:18:25 -0000	1.126
+++ help_mp-en.h	4 Sep 2004 22:59:33 -0000	1.127
@@ -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)"
 




More information about the MPlayer-DOCS mailing list