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

syncmail at mplayerhq.hu syncmail at mplayerhq.hu
Fri Aug 27 00:18:27 CEST 2004


CVS change done by 

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

Modified Files:
	help_mp-en.h 
Log Message:
Added output to multiple directories for vo_jpeg.
Updated the manual page to describe the new options.



Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- help_mp-en.h	24 Aug 2004 21:29:51 -0000	1.125
+++ help_mp-en.h	26 Aug 2004 22:18:25 -0000	1.126
@@ -86,7 +86,6 @@
 #define MSGTR_CouldntInitAudioCodec "Could not initialize audio codec -> no sound.\n"
 #define MSGTR_TryForceVideoFmtStr "Trying to force video codec driver family %s...\n"
 #define MSGTR_CantFindVideoCodec "Cannot find codec matching selected -vo and video format 0x%X.\n"
-#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
 #define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver.\n"
 #define MSGTR_CannotInitAO "Could not open/initialize audio device -> no sound.\n"
 #define MSGTR_StartPlaying "Starting playback...\n"
@@ -746,3 +745,17 @@
 #define MSGTR_MSGBOX_LABEL_Warning "Warning!"
 
 #endif
+
+// ======================= VO Video Output drivers ========================
+
+#define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"
+
+// vo_jpeg.c
+#define MSGTR_VO_JPEG_GenericError "This error has occurred"
+#define MSGTR_VO_JPEG_UnableToAccess "Unable to access"
+#define MSGTR_VO_JPEG_ExistsButNoDirectory "already exists, but is not a directory."
+#define MSGTR_VO_JPEG_DirExistsButNotWritable "Output directory already exists, but is not writable."
+#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."
+




More information about the MPlayer-DOCS mailing list