diff help/help_mp-en.h @ 13507:ced94062bbed

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? :-) ).
author ivo
date Wed, 29 Sep 2004 01:46:30 +0000
parents 6c5620360391
children da4d3b99d779
line wrap: on
line diff
--- a/help/help_mp-en.h	Wed Sep 29 00:18:34 2004 +0000
+++ b/help/help_mp-en.h	Wed Sep 29 01:46:30 2004 +0000
@@ -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 ========================