[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.162,1.163
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Tue Mar 1 21:22:00 CET 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv20320/help
Modified Files:
help_mp-en.h
Log Message:
fixes for encoding of multiple files
- do not uninitialize video encoder between files
- checks for image size & format change moved from mencoder.c to vfilters
by Oded Shimon <ods15 at ods15.dyndns.org>
Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- help_mp-en.h 26 Feb 2005 23:03:53 -0000 1.162
+++ help_mp-en.h 1 Mar 2005 20:21:58 -0000 1.163
@@ -215,7 +215,7 @@
#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_ResolutionDoesntMatch "\nNew video file has different resolution or colorspace 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"
More information about the MPlayer-DOCS
mailing list