Skip to content
Snippets Groups Projects
Commit 12e416c8 authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

decrease atom size, fix broken files missing version/flags

Originally committed as revision 15872 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a45bdbc4
No related branches found
No related tags found
No related merge requests found
......@@ -1378,7 +1378,8 @@ static int mov_read_ilst(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
static int mov_read_meta(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
{
url_fskip(pb, 4);
url_fskip(pb, 4); // version + flags
atom.size -= 4;
return mov_read_default(c, pb, atom);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment