diff interplayvideo.c @ 2962:fde28cb7e3d5 libavcodec

use PRIxN, %zd, %td formats where needed
author mru
date Mon, 12 Dec 2005 01:56:46 +0000
parents 0a68e8dd1c3b
children 0b546eab515d
line wrap: on
line diff
--- a/interplayvideo.c	Mon Dec 12 01:42:06 2005 +0000
+++ b/interplayvideo.c	Mon Dec 12 01:56:46 2005 +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 %td bytes left over\n",
             s->stream_end - s->stream_ptr);
     }
 }