summaryrefslogtreecommitdiffstats
path: root/help_mp-en.h
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-13 23:24:20 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-13 23:24:20 +0000
commit534a2e220edee5f5fef5cc40d09b29ad5d697067 (patch)
treebd38a425f9cdd41b446f4d2b4c687fa64f0cd54a /help_mp-en.h
parentaba66853c3f8804c325407d73cb458155119a418 (diff)
downloadmpv-534a2e220edee5f5fef5cc40d09b29ad5d697067.tar.bz2
mpv-534a2e220edee5f5fef5cc40d09b29ad5d697067.tar.xz
messages moved from vf.c and vd.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6994 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r--help_mp-en.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/help_mp-en.h b/help_mp-en.h
index b548855c83..2e0a569316 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -305,7 +305,20 @@ static char help_text[]=
#define MSGTR_LIRCsocketerr "Something's wrong with the lirc socket: %s\n"
#define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s !\n"
-
+// vf.c
+#define MSGTR_CouldNotFindVideoFilter "Couldn't find video filter '%s'\n"
+#define MSGTR_CouldNotOpenVideoFilter "Couldn't open video filter '%s'\n"
+#define MSGTR_OpeningVideoFilter "Opening video filter: [%s=%s]\n"
+#define MSGTR_OpeningVideoFilter2 "Opening video filter: [%s]\n"
+#define MSGTR_CannotFindColorspace "Cannot find common colorspace, even by inserting 'scale' :(\n"
+
+// vd.c
+#define MSGTR_CodecDidNotSet "VDec: codec didn't set sh->disp_w and sh->disp_h, trying to workaround!\n"
+#define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred csp: %s)\n"
+#define MSGTR_CouldNotFindColorspace "Couldn't find matching colorspace - retrying with -vop scale...\n"
+#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"
+
// ====================== GUI messages/buttons ========================
#ifdef HAVE_NEW_GUI