Mercurial > libavcodec.hg
changeset 1926:939a3c1df7a0 libavcodec
unknown format chars
author | alex |
---|---|
date | Wed, 07 Apr 2004 13:14:29 +0000 |
parents | 48c1033bd23b |
children | d7505fbe66cb |
files | 4xm.c interplayvideo.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/4xm.c Sun Apr 04 17:55:59 2004 +0000 +++ b/4xm.c Wed Apr 07 13:14:29 2004 +0000 @@ -354,7 +354,7 @@ } if(bitstream_size != (get_bits_count(&f->gb)+31)/32*4) - av_log(f->avctx, AV_LOG_ERROR, " %d %zd %zd bytes left\n", + av_log(f->avctx, AV_LOG_ERROR, " %d %d %d 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))
--- a/interplayvideo.c Sun Apr 04 17:55:59 2004 +0000 +++ b/interplayvideo.c Wed Apr 07 13:14:29 2004 +0000 @@ -846,7 +846,7 @@ } if ((s->stream_ptr != s->stream_end) && (s->stream_ptr + 1 != s->stream_end)) { - av_log(s->avctx, AV_LOG_ERROR, " Interplay video: decode finished with %zd bytes left over\n", + av_log(s->avctx, AV_LOG_ERROR, " Interplay video: decode finished with %d bytes left over\n", s->stream_end - s->stream_ptr); } }