summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-17 11:26:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-17 11:26:26 +0000
commit992db04c2c74955d27f970b03482823a52303ec6 (patch)
treed8dd4c00fadcc598e2a13a4e8706384b7781b4f2 /help
parenteebbe5b9f55fdd5f1cff1b8b0b35ae49c894c30f (diff)
downloadmpv-992db04c2c74955d27f970b03482823a52303ec6.tar.bz2
mpv-992db04c2c74955d27f970b03482823a52303ec6.tar.xz
deobfuscatioin: csp --> colorspace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16787 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index ef8c4300d6..d9dbc21bb8 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -587,7 +587,7 @@ static char help_text[]=
// vd.c
#define MSGTR_CodecDidNotSet "VDec: Codec did not set sh->disp_w and sh->disp_h, trying workaround.\n"
-#define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred csp: %s)\n"
+#define MSGTR_VoConfigRequest "VDec: vo config request - %d x %d (preferred colorspace: %s)\n"
#define MSGTR_CouldNotFindColorspace "Could not find matching colorspace - retrying with -vf 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"