summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-26 22:18:25 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-26 22:18:25 +0000
commit77db87aa41370ef5bd19792b20c3c333b4307bd7 (patch)
tree46fc93d99371fa63377ecf74eef675d1ecd02502 /help
parent139beb2d89b569b1194b525f528b32f2d3e78a5c (diff)
downloadmpv-77db87aa41370ef5bd19792b20c3c333b4307bd7.tar.bz2
mpv-77db87aa41370ef5bd19792b20c3c333b4307bd7.tar.xz
Added output to multiple directories for vo_jpeg.
Updated the manual page to describe the new options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13159 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 7df4c0ae44..ccc563e68a 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -86,7 +86,6 @@ static char help_text[]=
#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 @@ static char help_text[]=
#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."
+