[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.160,1.161

Richard Felker CVS syncmail at mplayerhq.hu
Fri Feb 25 03:32:31 CET 2005


CVS change done by Richard Felker CVS

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

Modified Files:
	help_mp-en.h 
Log Message:
MEncoder multiple files patch by Oded Shimon (ods15)
Seems to work, or at least not to cause problems with existing
functionality (encoding single files).
Please test and report bugs, if there are any!


Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- help_mp-en.h	22 Feb 2005 21:19:15 -0000	1.160
+++ help_mp-en.h	25 Feb 2005 02:32:29 -0000	1.161
@@ -215,6 +215,9 @@
 #define MSGTR_WritingAVIHeader "Writing AVI header...\n"
 #define MSGTR_DuplicateFrames "\n%d duplicate frame(s)!\n"
 #define MSGTR_SkipFrame "\nSkipping frame!\n"
+#define MSGTR_ResolutionDoesntMatch "\nNew video file has different resolution than the previous one.\n"
+#define MSGTR_FrameCopyFileMismatch "\nAll video files must have identical fps, resolution, and codec for -ovc copy.\n"
+#define MSGTR_AudioCopyFileMismatch "\nAll files must have identical audio codec and format for -oac copy.\n"
 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
 #define MSGTR_WritingAVIIndex "\nWriting AVI index...\n"
 #define MSGTR_FixupAVIHeader "Fixing AVI header...\n"




More information about the MPlayer-DOCS mailing list