Skip to content
Snippets Groups Projects
Commit 38573e8f authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

cosmetics, whitespace

Originally committed as revision 15085 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c872bdb0
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ static void mxf_build_structural_metadata(AVFormatContext *s, enum MXFMetadataSe
if (type == SourcePackage)
mxf_write_multi_descriptor(s);
for (i = 0;i < s->nb_streams; i++) {
for (i = 0; i < s->nb_streams; i++) {
mxf_write_track(s, i, type);
mxf_write_sequence(s, i, type);
mxf_write_structural_component(s, i, type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment