[FFmpeg-cvslog] wmadec: Adjust debug printf argument length modifier
Diego Biurrun
git at videolan.org
Tue Oct 2 15:13:13 CEST 2012
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 1 12:46:41 2012 +0200| [d25fe4cc65b66311b10de5e097cecd56409896ce] | committer: Diego Biurrun
wmadec: Adjust debug printf argument length modifier
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d25fe4cc65b66311b10de5e097cecd56409896ce
---
libavcodec/wmadec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c
index 1f9ab61..79401e2 100644
--- a/libavcodec/wmadec.c
+++ b/libavcodec/wmadec.c
@@ -913,7 +913,7 @@ static int wma_decode_superframe(AVCodecContext *avctx, void *data,
samples += s->nb_channels * s->frame_len;
}
- av_dlog(s->avctx, "%d %d %d %d outbytes:%d eaten:%d\n",
+ av_dlog(s->avctx, "%d %d %d %d outbytes:%td eaten:%d\n",
s->frame_len_bits, s->block_len_bits, s->frame_len, s->block_len,
(int8_t *)samples - (int8_t *)data, s->block_align);
More information about the ffmpeg-cvslog
mailing list