mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
cosmetics, remove useless parentheses, add space
Originally committed as revision 21025 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a510991cff
commit
7b1312fa55
@ -184,7 +184,7 @@ static int mov_read_default(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user