mirror of https://github.com/mpv-player/mpv
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26511 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c051bef87c
commit
83f1331817
|
@ -3377,7 +3377,7 @@ if(mpctx->sh_video){
|
|||
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotReadVideoProperties);
|
||||
mpctx->sh_video=mpctx->d_video->sh=NULL;
|
||||
} else {
|
||||
mp_msg(MSGT_CPLAYER,MSGL_V,"[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.2f ftime:=%6.4f\n",
|
||||
mp_msg(MSGT_CPLAYER,MSGL_V,MSGTR_FilefmtFourccSizeFpsFtime,
|
||||
mpctx->demuxer->file_format,mpctx->sh_video->format, mpctx->sh_video->disp_w,mpctx->sh_video->disp_h,
|
||||
mpctx->sh_video->fps,mpctx->sh_video->frametime
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue