comparison mxfenc.c @ 3831:547e11f5924b libavformat

cosmetics, whitespace
author bcoudurier
date Sun, 31 Aug 2008 01:44:45 +0000
parents b12626ef1020
children f3a099c0fdf8
comparison
equal deleted inserted replaced
3830:b12626ef1020 3831:547e11f5924b
650 650
651 mxf_write_package(s, type); 651 mxf_write_package(s, type);
652 if (type == SourcePackage) 652 if (type == SourcePackage)
653 mxf_write_multi_descriptor(s); 653 mxf_write_multi_descriptor(s);
654 654
655 for (i = 0;i < s->nb_streams; i++) { 655 for (i = 0; i < s->nb_streams; i++) {
656 mxf_write_track(s, i, type); 656 mxf_write_track(s, i, type);
657 mxf_write_sequence(s, i, type); 657 mxf_write_sequence(s, i, type);
658 mxf_write_structural_component(s, i, type); 658 mxf_write_structural_component(s, i, type);
659 659
660 if (type == SourcePackage) { 660 if (type == SourcePackage) {