# HG changeset patch # User bcoudurier # Date 1262645983 0 # Node ID 59df3b64dc89aaa2de714ad0791b6149fda669db # Parent 324c7c25e4adcaf019833a7e8e0eedb2477f39d4 cosmetics, remove useless parentheses, add space diff -r 324c7c25e4ad -r 59df3b64dc89 mov.c --- a/mov.c Mon Jan 04 22:58:19 2010 +0000 +++ b/mov.c Mon Jan 04 22:59:43 2010 +0000 @@ -184,7 +184,7 @@ if (atom.size < 0) atom.size = INT64_MAX; - while(((total_size + 8) < atom.size) && !url_feof(pb)) { + while (total_size + 8 < atom.size && !url_feof(pb)) { int (*parse)(MOVContext*, ByteIOContext*, MOVAtom) = NULL; a.size = atom.size; a.type=0;