[FFmpeg-devel] [PATCH 5/9] wtvenc: indent fixup

Peter Ross pross at xvid.org
Tue Nov 6 04:01:58 CET 2012


---
 libavformat/wtvenc.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavformat/wtvenc.c b/libavformat/wtvenc.c
index f79b96f..e86bfeb 100644
--- a/libavformat/wtvenc.c
+++ b/libavformat/wtvenc.c
@@ -293,11 +293,11 @@ static int write_stream_data(AVFormatContext *s, AVStream *st)
     AVIOContext *pb = s->pb;
     int ret;
 
-        write_chunk_header2(s, &ff_SBE2_STREAM_DESC_EVENT, 0x80000000 | (st->index + INDEX_BASE));
-        avio_wl32(pb, 0x00000001);
-        avio_wl32(pb, st->index + INDEX_BASE); //stream_id
-        avio_wl32(pb, 0x00000001);
-        write_pad(pb, 8);
+    write_chunk_header2(s, &ff_SBE2_STREAM_DESC_EVENT, 0x80000000 | (st->index + INDEX_BASE));
+    avio_wl32(pb, 0x00000001);
+    avio_wl32(pb, st->index + INDEX_BASE); //stream_id
+    avio_wl32(pb, 0x00000001);
+    write_pad(pb, 8);
 
     ret = write_stream_codec_info(s, st);
     if (ret < 0) {
-- 
1.7.10.4

-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121106/07ee417f/attachment.asc>


More information about the ffmpeg-devel mailing list