From 2ae4fd50f07fcedcc4832501cb670caa200cdbfa Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 7 Oct 2004 00:14:23 +0000 Subject: printf --> mp_msg conversion patch by the Wanderer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13578 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 30f19d51c1..5cdc5104fc 100644 --- a/mencoder.c +++ b/mencoder.c @@ -989,7 +989,7 @@ case ACODEC_LAVC: exit(1); } - mp_msg(MSGT_MENCODER, MSGL_V, MSGTR_FramesizeBufsizeTag, lavc_actx->frame_size, lavc_actx->frame_size * 2 * lavc_actx->channels, mux_a->wf->wFormatTag); + mp_msg(MSGT_MENCODER, MSGL_V, "FRAME_SIZE: %d, BUFFER_SIZE: %d, TAG: 0x%x\n", lavc_actx->frame_size, lavc_actx->frame_size * 2 * lavc_actx->channels, mux_a->wf->wFormatTag); break; #endif -- cgit v1.2.3