From 4733abcbf30fb662785d0c4ad3a0601e749dc57d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 12 Dec 2005 01:56:46 +0000 Subject: use PRIxN, %zd, %td formats where needed Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/4xm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/4xm.c') diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 0b4b72faca..40e926d23d 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -355,7 +355,7 @@ static int decode_p_frame(FourXContext *f, uint8_t *buf, int length){ } if(bitstream_size != (get_bits_count(&f->gb)+31)/32*4) - av_log(f->avctx, AV_LOG_ERROR, " %d %d %d bytes left\n", + av_log(f->avctx, AV_LOG_ERROR, " %d %td %td bytes left\n", bitstream_size - (get_bits_count(&f->gb)+31)/32*4, bytestream_size - (f->bytestream - (buf + 20 + bitstream_size + wordstream_size)), wordstream_size - (((uint8_t*)f->wordstream) - (buf + 20 + bitstream_size)) -- cgit v1.2.3