diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-04-07 13:14:29 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-04-07 13:14:29 +0000 |
commit | 6ce1a818e10e4a47669d941d7e36cbebe3e0a2f4 (patch) | |
tree | 116998fae517df3495996c85cc70d05a3911f058 /libavcodec/interplayvideo.c | |
parent | 8cc7a34dd08b235b813c97bb61600ba900ebd716 (diff) | |
download | ffmpeg-6ce1a818e10e4a47669d941d7e36cbebe3e0a2f4.tar.gz |
unknown format chars
Originally committed as revision 2974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/interplayvideo.c')
-rw-r--r-- | libavcodec/interplayvideo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/interplayvideo.c b/libavcodec/interplayvideo.c index 48410f0364..06816ba3e9 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 %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); } } |