diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-17 11:26:26 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-17 11:26:26 +0000 |
commit | 992db04c2c74955d27f970b03482823a52303ec6 (patch) | |
tree | d8dd4c00fadcc598e2a13a4e8706384b7781b4f2 | |
parent | eebbe5b9f55fdd5f1cff1b8b0b35ae49c894c30f (diff) |
deobfuscatioin: csp --> colorspace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16787 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | help/help_mp-en.h | 2 |
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" |