[SCM] libav/experimental: cosmetics, whitespace
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:28:59 UTC 2013
The following commit has been merged in the experimental branch:
commit 38573e8fb9f7fe80f6e762d4c39172e0b4581ad7
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Sun Aug 31 01:44:45 2008 +0000
cosmetics, whitespace
Originally committed as revision 15085 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index 8773f27..2c6530a 100644
--- a/libavformat/mxfenc.c
+++ b/libavformat/mxfenc.c
@@ -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);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list