From 9ce84dd8b4dca869651b7fa7a08ba08b1014b760 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 27 Mar 2008 13:20:12 +0000 Subject: cosmetics, useless braces Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index f3ab3be637..774e57736e 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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; } -- cgit v1.2.3