[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.136,1.137

Ivo van Poorten CVS syncmail at mplayerhq.hu
Wed Sep 29 03:46:32 CEST 2004


CVS change done by Ivo van Poorten CVS

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

Modified Files:
	help_mp-en.h 
Log Message:

Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnm
and vo_md5sum. If one tries to use the old video output drivers, a message
is printed to direct them to the new drivers.

Manual page is updated (or is this called downdated? :-) ).



Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- help_mp-en.h	25 Sep 2004 22:18:41 -0000	1.136
+++ help_mp-en.h	29 Sep 2004 01:46:30 -0000	1.137
@@ -801,6 +801,10 @@
 #define MSGTR_VO_YUV4MPEG_InterlacedBFFMode "Using interlaced output mode, bottom-field first."
 #define MSGTR_VO_YUV4MPEG_ProgressiveMode "Using (default) progressive frame mode."
 
+// Old vo drivers that have been replaced
+
+#define MSGTR_VO_PGM_HasBeenReplaced "The pgm video output driver has been replaced by -vo pnm:pgmyuv.\n"
+#define MSGTR_VO_MD5_HasBeenReplaced "The md5 video output driver has been replaced by -vo md5sum.\n"
 
 // ======================= AO Audio Output drivers ========================
 




More information about the MPlayer-DOCS mailing list