comparison mov.c @ 3181:50b9615fbfd6 libavformat

cosmetics, useless braces
author bcoudurier
date Thu, 27 Mar 2008 13:20:12 +0000
parents a8fe6b542c6b
children 3cf24d58a8a9
comparison
equal deleted inserted replaced
3180:a8fe6b542c6b 3181:50b9615fbfd6
221 221
222 a.offset += a.size; 222 a.offset += a.size;
223 total_size += a.size; 223 total_size += a.size;
224 } 224 }
225 225
226 if (!err && total_size < atom.size && atom.size < 0x7ffff) { 226 if (!err && total_size < atom.size && atom.size < 0x7ffff)
227 url_fskip(pb, atom.size - total_size); 227 url_fskip(pb, atom.size - total_size);
228 }
229 228
230 return err; 229 return err;
231 } 230 }
232 231
233 static int mov_read_dref(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom) 232 static int mov_read_dref(MOVContext *c, ByteIOContext *pb, MOV_atom_t atom)