mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
MSGTR for libmpcodecs/vd.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21161 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
94f47bf8a3
commit
c47df473f9
@ -667,6 +667,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 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"
|
||||
|
@ -226,7 +226,7 @@ csp_again:
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user