[FFmpeg-cvslog] r12606 - trunk/libavformat/mov.c
bcoudurier
subversion
Thu Mar 27 14:20:13 CET 2008
Author: bcoudurier
Date: Thu Mar 27 14:20:12 2008
New Revision: 12606
Log:
cosmetics, useless braces
Modified:
trunk/libavformat/mov.c
Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c (original)
+++ trunk/libavformat/mov.c Thu Mar 27 14:20:12 2008
@@ -223,9 +223,8 @@ static int mov_read_default(MOVContext *
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;
}
More information about the ffmpeg-cvslog
mailing list