Commit 9ce84dd8 authored by Baptiste Coudurier's avatar Baptiste Coudurier

cosmetics, useless braces

Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6282c5f4
......@@ -223,9 +223,8 @@ static int mov_read_default(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
total_size += a.size;
}
if (!err && total_size < atom.size && atom.size < 0x7ffff) {
if (!err && total_size < atom.size && atom.size < 0x7ffff)
url_fskip(pb, atom.size - total_size);
}
return err;
}
......
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