[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.127,1.128
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Sun Sep 5 19:54:12 CEST 2004
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv3523/help
Modified Files:
help_mp-en.h
Log Message:
Some minor vo_jpeg fixes:
Removed unused variable dst.
MPlayer now exits if it is unable to create a file for JPEG output and prints
an appropriate message, instead of going on if all is right (which is not).
Added line to authors file.
Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- help_mp-en.h 4 Sep 2004 22:59:33 -0000 1.127
+++ help_mp-en.h 5 Sep 2004 17:54:09 -0000 1.128
@@ -757,6 +757,7 @@
#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_CantCreateFile "Unable to create output file."
#define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created."
#define MSGTR_VO_JPEG_ParsingSuboptions "Parsing suboptions."
#define MSGTR_VO_JPEG_SuboptionsParsedOK "Suboptions parsed OK."
More information about the MPlayer-DOCS
mailing list