comparison help/help_mp-en.h @ 13247:933b45ad31d5

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.
author ivo
date Sat, 04 Sep 2004 22:59:33 +0000
parents b872a27aea9e
children 7dfd84faaa09
comparison
equal deleted inserted replaced
13246:5dea9e3618ba 13247:933b45ad31d5
756 #define MSGTR_VO_JPEG_ExistsButNoDirectory "already exists, but is not a directory." 756 #define MSGTR_VO_JPEG_ExistsButNoDirectory "already exists, but is not a directory."
757 #define MSGTR_VO_JPEG_DirExistsButNotWritable "Output directory already exists, but is not writable." 757 #define MSGTR_VO_JPEG_DirExistsButNotWritable "Output directory already exists, but is not writable."
758 #define MSGTR_VO_JPEG_DirExistsAndIsWritable "Output directory already exists and is writable." 758 #define MSGTR_VO_JPEG_DirExistsAndIsWritable "Output directory already exists and is writable."
759 #define MSGTR_VO_JPEG_CantCreateDirectory "Unable to create ouput directory." 759 #define MSGTR_VO_JPEG_CantCreateDirectory "Unable to create ouput directory."
760 #define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created." 760 #define MSGTR_VO_JPEG_DirectoryCreateSuccess "Output directory successfully created."
761 761 #define MSGTR_VO_JPEG_ParsingSuboptions "Parsing suboptions."
762 #define MSGTR_VO_JPEG_SuboptionsParsedOK "Suboptions parsed OK."
763 #define MSGTR_VO_JPEG_ProgressiveJPEG "Progressive JPEG enabled."
764 #define MSGTR_VO_JPEG_NoProgressiveJPEG "Progressive JPEG disabled."
765 #define MSGTR_VO_JPEG_BaselineJPEG "Baseline JPEG enabled."
766 #define MSGTR_VO_JPEG_NoBaselineJPEG "Baseline JPEG disabled."
767 #define MSGTR_VO_JPEG_ValueOutOfRange "Value out of range"
768 #define MSGTR_VO_JPEG_NoValueSpecified "No value specified."
769 #define MSGTR_VO_JPEG_UnknownOptions "Unknown option(s)"
770