summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-05 17:54:09 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-05 17:54:09 +0000
commit0b90eb2a029d2d2bc796136aeebb2bafb48d1b85 (patch)
tree50247c697543d10e4b82d745517ee8dcbd60993e /help
parent22a31d2fee6d197210e02c323d4dcee7c39ec582 (diff)
downloadmpv-0b90eb2a029d2d2bc796136aeebb2bafb48d1b85.tar.bz2
mpv-0b90eb2a029d2d2bc796136aeebb2bafb48d1b85.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13253 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 2649dc0c9e..1171ee2c2a 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -757,6 +757,7 @@ static char help_text[]=
#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."