diff interplayvideo.c @ 1904:129236143f2e libavcodec

warning patrol
author mellum
date Wed, 24 Mar 2004 23:32:48 +0000
parents cd36e37fb879
children 939a3c1df7a0
line wrap: on
line diff
--- a/interplayvideo.c	Mon Mar 22 20:54:04 2004 +0000
+++ b/interplayvideo.c	Wed Mar 24 23:32:48 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 %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);
     }
 }