From 6bd8d61378403887268b75ac33e073903f35cb5f Mon Sep 17 00:00:00 2001 From: Jean First Date: Sun, 1 Jan 2012 16:26:15 +0100 Subject: [PATCH] mov: av_dlog use PRId64 instead of %ld Signed-off-by: Jean First Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 9f1e02895f..923fbdb91a 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -594,7 +594,7 @@ static int mov_read_chan(MOVContext *c, AVIOContext *pb, MOVAtom atom) if (atom.size < 16ULL + num_descr * 20ULL) return 0; - av_dlog(c->fc, "chan: size=%ld version=%u flags=%u layout=%u bitmap=%u num_descr=%u\n", + av_dlog(c->fc, "chan: size=%" PRId64 " version=%u flags=%u layout=%u bitmap=%u num_descr=%u\n", atom.size, version, flags, layout_tag, bitmap, num_descr); #if 0