提交 9ce84dd8 编写于 作者: B Baptiste Coudurier

cosmetics, useless braces

Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 6282c5f4
...@@ -223,9 +223,8 @@ static int mov_read_default(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) ...@@ -223,9 +223,8 @@ static int mov_read_default(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)
total_size += a.size; 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); url_fskip(pb, atom.size - total_size);
}
return err; return err;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册