[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.214,1.215

The Wanderer CVS syncmail at mplayerhq.hu
Thu Dec 15 18:57:21 CET 2005


CVS change done by The Wanderer CVS

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

Modified Files:
	help_mp-en.h 
Log Message:
make -o mandatory and add a warning when the extension does not match the container format, patch by Reynaldo Pinochet

Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- help_mp-en.h	15 Dec 2005 17:54:29 -0000	1.214
+++ help_mp-en.h	15 Dec 2005 17:57:18 -0000	1.215
@@ -238,6 +238,9 @@
 #define MSGTR_NoVideoEncoderSelected "\nNo video encoder (-ovc) selected. Select one (see -ovc help).\n"
 #define MSGTR_CannotOpenOutputFile "Cannot open output file '%s'.\n"
 #define MSGTR_EncoderOpenFailed "Failed to open the encoder.\n"
+#define MSGTR_MencoderWrongFormatAVI "\nWARNING: OUTPUT FILE FORMAT IS _AVI_. see -of help.\n"
+#define MSGTR_MencoderWrongFormatMPG "\nWARNING: OUTPUT FILE FORMAT IS _MPEG_. see -of help.\n"
+#define MSGTR_MissingOutputFilename "No output file specified, please see the -o option"
 #define MSGTR_ForcingOutputFourcc "Forcing output fourcc to %x [%.4s]\n"
 #define MSGTR_ForcingOutputAudiofmtTag "Forcing output audio format tag to 0x%x\n"
 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"




More information about the MPlayer-DOCS mailing list