Commit a135b017 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/mov: Unscramble dref debug output.

parent 5316ed89
...@@ -689,7 +689,7 @@ static int mov_read_dref(MOVContext *c, AVIOContext *pb, MOVAtom atom) ...@@ -689,7 +689,7 @@ static int mov_read_dref(MOVContext *c, AVIOContext *pb, MOVAtom atom)
avio_skip(pb, len); avio_skip(pb, len);
} }
} else { } 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); dref->type, size);
entries--; entries--;
i--; i--;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment