[MPlayer-cvslog] r26511 - trunk/mplayer.c
corey
subversion at mplayerhq.hu
Wed Apr 23 22:14:14 CEST 2008
Author: corey
Date: Wed Apr 23 22:14:14 2008
New Revision: 26511
Log:
use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Wed Apr 23 22:14:14 2008
@@ -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
);
More information about the MPlayer-cvslog
mailing list