[FFmpeg-cvslog] lavf/mov: Unscramble dref debug output.
Carl Eugen Hoyos
git at videolan.org
Wed Jan 25 12:49:57 EET 2017
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Jan 25 11:49:04 2017 +0100| [a135b017dec55d7cd10d400081f7eee3b32210c8] | committer: Carl Eugen Hoyos
lavf/mov: Unscramble dref debug output.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a135b017dec55d7cd10d400081f7eee3b32210c8
---
libavformat/mov.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index d1b9291..7dc550e 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--;
More information about the ffmpeg-cvslog
mailing list