[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.134,1.135

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Sep 25 18:10:57 CEST 2004


CVS change done by Diego Biurrun CVS

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

Modified Files:
	help_mp-en.h 
Log Message:
printf --> mp_msg transition in vo_yuv4mpeg
patch by Sebastian Hegler <s_hegler at gmx dot de>


Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- help_mp-en.h	20 Sep 2004 01:28:32 -0000	1.134
+++ help_mp-en.h	25 Sep 2004 16:10:54 -0000	1.135
@@ -788,6 +788,20 @@
 #define MSGTR_VO_PNM_PGMType "Will write PGM files."
 #define MSGTR_VO_PNM_PGMYUVType "Will write PGMYUV files."
 
+// vo_yuv4mpeg.c
+#define MSGTR_VO_YUV4MPEG_InterlacedHeightDivisibleBy4 "Interlaced mode requires image height to be divisible by 4."
+#define MSGTR_VO_YUV4MPEG_InterlacedLineBufAllocFail "Unable to allocate line buffer for interlaced mode."
+#define MSGTR_VO_YUV4MPEG_InterlacedInputNotRGB "Input not RGB, can't separate chrominance by fields!"
+#define MSGTR_VO_YUV4MPEG_WidthDivisibleBy2 "Image width must be divisible by 2."
+#define MSGTR_VO_YUV4MPEG_NoMemRGBFrameBuf "Not enough memory to allocate RGB framebuffer."
+#define MSGTR_VO_YUV4MPEG_OutFileOpenError "Can't get memory or file handle to write \"stream.yuv\"!"
+#define MSGTR_VO_YUV4MPEG_OutFileWriteError "Error writing image to output!"
+#define MSGTR_VO_YUV4MPEG_UnknownSubDev "Unknown subdevice: %s"
+#define MSGTR_VO_YUV4MPEG_InterlacedTFFMode "Using interlaced output mode, top-field first."
+#define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Using interlaced output mode, bottom-field first."
+#define MSGTR_VO_YUV4MPEG_ProgressiveMode "Using (default) progressive frame mode."
+
+
 // ======================= AO Audio Output drivers ========================
 
 // libao2 




More information about the MPlayer-DOCS mailing list