comparison mplayer.c @ 26479:0e069fe7cf0d

use existing MSGTR_FilefmtFourccSizeFpsFtime translatable string macro
author corey
date Wed, 23 Apr 2008 20:14:14 +0000
parents 9d53b15aed02
children 4cf30c0ca561
comparison
equal deleted inserted replaced
26478:2531d8e17c1a 26479:0e069fe7cf0d
3375 current_module="video_read_properties"; 3375 current_module="video_read_properties";
3376 if(!video_read_properties(mpctx->sh_video)) { 3376 if(!video_read_properties(mpctx->sh_video)) {
3377 mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotReadVideoProperties); 3377 mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotReadVideoProperties);
3378 mpctx->sh_video=mpctx->d_video->sh=NULL; 3378 mpctx->sh_video=mpctx->d_video->sh=NULL;
3379 } else { 3379 } else {
3380 mp_msg(MSGT_CPLAYER,MSGL_V,"[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.2f ftime:=%6.4f\n", 3380 mp_msg(MSGT_CPLAYER,MSGL_V,MSGTR_FilefmtFourccSizeFpsFtime,
3381 mpctx->demuxer->file_format,mpctx->sh_video->format, mpctx->sh_video->disp_w,mpctx->sh_video->disp_h, 3381 mpctx->demuxer->file_format,mpctx->sh_video->format, mpctx->sh_video->disp_w,mpctx->sh_video->disp_h,
3382 mpctx->sh_video->fps,mpctx->sh_video->frametime 3382 mpctx->sh_video->fps,mpctx->sh_video->frametime
3383 ); 3383 );
3384 3384
3385 /* need to set fps here for output encoders to pick it up in their init */ 3385 /* need to set fps here for output encoders to pick it up in their init */