# HG changeset patch # User corey # Date 1208981654 0 # Node ID 0e069fe7cf0dd724120efc0b4e239261b753bd33 # Parent 2531d8e17c1af45303bcba920cfc134e604e0e33 use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro diff -r 2531d8e17c1a -r 0e069fe7cf0d mplayer.c --- a/mplayer.c Wed Apr 23 10:09:12 2008 +0000 +++ b/mplayer.c Wed Apr 23 20:14:14 2008 +0000 @@ -3377,7 +3377,7 @@ 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 );