You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavf/mov: Unscramble dref debug output.
This commit is contained in:
@@ -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--;
|
||||
|
Reference in New Issue
Block a user