comparison movenc.c @ 1441:ad3b03b7b142 libavformat

reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
author diego
date Wed, 01 Nov 2006 21:09:14 +0000
parents 76ae91843087
children e5e2d80a859c
comparison
equal deleted inserted replaced
1440:7687091df65e 1441:ad3b03b7b142
1339 } 1339 }
1340 1340
1341 if (mov->mode == MODE_PSP) 1341 if (mov->mode == MODE_PSP)
1342 mov_write_uuidusmt_tag(pb, s); 1342 mov_write_uuidusmt_tag(pb, s);
1343 else 1343 else
1344 mov_write_udta_tag(pb, mov, s); 1344 mov_write_udta_tag(pb, mov, s);
1345 1345
1346 return updateSize(pb, pos); 1346 return updateSize(pb, pos);
1347 } 1347 }
1348 1348
1349 static int mov_write_mdat_tag(ByteIOContext *pb, MOVContext* mov) 1349 static int mov_write_mdat_tag(ByteIOContext *pb, MOVContext* mov)