summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-06 11:14:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-06 11:14:29 +0000
commitea2cbb6bb5c54034403fd6db74edc942cbb63a54 (patch)
tree40b125c4457148a2f220fe195ac8759700960bc0 /help
parent121a0f799af9d5403a319ec3db2039cc8d06b2b1 (diff)
downloadmpv-ea2cbb6bb5c54034403fd6db74edc942cbb63a54.tar.bz2
mpv-ea2cbb6bb5c54034403fd6db74edc942cbb63a54.tar.xz
Console message corrected and moved to help_mp-en.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12764 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 61fb4d494b..3b4c235155 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -360,6 +360,11 @@ static char help_text[]=
#define MSGTR_MovieAspectIsSet "Movie-Aspect is %.2f:1 - prescaling to correct movie aspect.\n"
#define MSGTR_MovieAspectUndefined "Movie-Aspect is undefined - no prescaling applied.\n"
+// vd_dshow.c, vd_dmo.c
+#define MSGTR_DownloadCodecPackage "You need to upgrade/install the binary codecs package.\nGo to http://mplayerhq.hu/homepage/dload.html\n"
+#define MSGTR_DShowInitOK "INFO: Win32/DShow video codec init OK.\n"
+#define MSGTR_DMOInitOK "INFO: Win32/DMO video codec init OK.\n"
+
// x11_common.c
#define MSGTR_EwmhFullscreenStateFailed "\nX11: Couldn't send EWMH fullscreen Event!\n"