Commit 59cbc4ee authored by Diego Biurrun's avatar Diego Biurrun

mov: make one comment slightly more specific

parent 5cc6d524
...@@ -994,7 +994,7 @@ static int mov_read_glbl(MOVContext *c, AVIOContext *pb, MOVAtom atom) ...@@ -994,7 +994,7 @@ static int mov_read_glbl(MOVContext *c, AVIOContext *pb, MOVAtom atom)
return AVERROR_INVALIDDATA; return AVERROR_INVALIDDATA;
if (atom.size >= 10) { if (atom.size >= 10) {
// Broken files created by legacy versions of Libav and FFmpeg will // Broken files created by legacy versions of libavformat will
// wrap a whole fiel atom inside of a glbl atom. // wrap a whole fiel atom inside of a glbl atom.
unsigned size = avio_rb32(pb); unsigned size = avio_rb32(pb);
unsigned type = avio_rl32(pb); unsigned type = avio_rl32(pb);
......
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