diff --git a/libavformat/mov.c b/libavformat/mov.c index 5ff753d5c8..286f3681f6 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1236,7 +1236,7 @@ static int mov_read_aclr(MOVContext *c, AVIOContext *pb, MOVAtom atom) av_log(c, AV_LOG_ERROR, "aclr not decoded - unable to add atom to extradata\n"); } } else { - av_log(c, AV_LOG_WARNING, "aclr not decoded - unexpected size %ld\n", atom.size); + av_log(c, AV_LOG_WARNING, "aclr not decoded - unexpected size %"PRId64"\n", atom.size); } }