summaryrefslogtreecommitdiff
path: root/libavcodec/interplayvideo.c
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2004-03-24 23:32:48 +0000
commit7906085fcc33feb5a0c617f5e01065bb9d0caa86 (patch)
tree830c3feb8c2c6333c5581ab5ae54d06ff267cc7d /libavcodec/interplayvideo.c
parentd957696f173ab3c9f222ab097669ed8f0b3951c2 (diff)
warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/interplayvideo.c')
-rw-r--r--libavcodec/interplayvideo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c
index 06816ba3e9..48410f0364 100644
--- a/libavcodec/interplayvideo.c
+++ b/libavcodec/interplayvideo.c
@@ -846,7 +846,7 @@ static void ipvideo_decode_opcodes(IpvideoContext *s)
}
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 %d bytes left over\n",
+ av_log(s->avctx, AV_LOG_ERROR, " Interplay video: decode finished with %zd bytes left over\n",
s->stream_end - s->stream_ptr);
}
}