You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cosmetics, useless braces
Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user