summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-23 20:14:14 +0000
committercorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-23 20:14:14 +0000
commit83f13318176c8f19020c1117523fcc4b903a8fad (patch)
treeb7c26182241bd0d7ce5416e78aafcb1b561740a6
parentc051bef87c5a7337b2aca3d4b77fc392a8392780 (diff)
downloadmpv-83f13318176c8f19020c1117523fcc4b903a8fad.tar.bz2
mpv-83f13318176c8f19020c1117523fcc4b903a8fad.tar.xz
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26511 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index d5ee16ebdc..3a5cb9238a 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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
);