summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-29 01:46:30 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-29 01:46:30 +0000
commit8cffc7853ad6d1f4bfc9a255b210a1d356157ae3 (patch)
tree5efbb4eac19e7388bd397cda21b2a1e96ac23b06 /help
parenteed3dfc7407b07cf10d819cfba891e590488f560 (diff)
downloadmpv-8cffc7853ad6d1f4bfc9a255b210a1d356157ae3.tar.bz2
mpv-8cffc7853ad6d1f4bfc9a255b210a1d356157ae3.tar.xz
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? :-) ). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13508 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 1d28369ee0..5400c2c684 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -801,6 +801,10 @@ static char help_text[]=
#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 ========================