summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-07 00:14:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-07 00:14:23 +0000
commit2ae4fd50f07fcedcc4832501cb670caa200cdbfa (patch)
tree59d2f190bb9ff4d79c45cd9dc5795dad0c30b2c3 /mencoder.c
parentfb4299aa23f29acb7d3a98b3217df2132c381d4f (diff)
downloadmpv-2ae4fd50f07fcedcc4832501cb670caa200cdbfa.tar.bz2
mpv-2ae4fd50f07fcedcc4832501cb670caa200cdbfa.tar.xz
printf --> mp_msg conversion
patch by the Wanderer <inverseparadox at comcast dot net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13578 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
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