Mercurial > mplayer.hg
diff mencoder.c @ 13577:606d90e03a2f
printf --> mp_msg conversion
patch by the Wanderer <inverseparadox at comcast dot net>
| author | diego |
|---|---|
| date | Thu, 07 Oct 2004 00:14:23 +0000 |
| parents | 0f92ad66bbb5 |
| children | e2dca00374f2 |
line wrap: on
line diff
--- a/mencoder.c Wed Oct 06 19:53:16 2004 +0000 +++ b/mencoder.c Thu Oct 07 00:14:23 2004 +0000 @@ -989,7 +989,7 @@ 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
