Mercurial > mplayer.hg
changeset 21145:baff04d3e1be
MSGTR for libmpcodecs/vd.c
author | kraymer |
---|---|
date | Wed, 22 Nov 2006 09:26:58 +0000 |
parents | c4c477b09ca6 |
children | fbd0f072faba |
files | help/help_mp-en.h libmpcodecs/vd.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Tue Nov 21 22:24:00 2006 +0000 +++ b/help/help_mp-en.h Wed Nov 22 09:26:58 2006 +0000 @@ -667,6 +667,7 @@ // 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 colorspace: %s)\n" +#define MSGTR_UsingXAsOutputCspNoY "VDec: using %s as output csp (no %d)\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"
--- a/libmpcodecs/vd.c Tue Nov 21 22:24:00 2006 +0000 +++ b/libmpcodecs/vd.c Wed Nov 22 09:26:58 2006 +0000 @@ -226,7 +226,7 @@ return 0; // failed } out_fmt=sh->codec->outfmt[j]; - mp_msg(MSGT_CPLAYER,MSGL_INFO,"VDec: using %s as output csp (no %d)\n",vo_format_name(out_fmt),j); + mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_UsingXAsOutputCspNoY,vo_format_name(out_fmt),j); sh->outfmtidx=j; sh->vfilter=vf;