From a135b017dec55d7cd10d400081f7eee3b32210c8 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 25 Jan 2017 11:49:04 +0100 Subject: lavf/mov: Unscramble dref debug output. --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index d1b929174d..7dc550eb99 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -689,7 +689,7 @@ static int mov_read_dref(MOVContext *c, AVIOContext *pb, MOVAtom atom) avio_skip(pb, len); } } else { - av_log(c->fc, AV_LOG_DEBUG, "Unknown dref type 0x08%x size %d\n", + av_log(c->fc, AV_LOG_DEBUG, "Unknown dref type 0x%08x size %d\n", dref->type, size); entries--; i--; -- cgit v1.2.3