[FFmpeg-devel] [PATCH 2/3] indent

Peter Ross pross at xvid.org
Mon Dec 23 10:37:13 CET 2013


---
 libavformat/riffenc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavformat/riffenc.c b/libavformat/riffenc.c
index d7cf846..7b4b7dd 100644
--- a/libavformat/riffenc.c
+++ b/libavformat/riffenc.c
@@ -221,10 +221,10 @@ void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc,
     avio_wl32(pb, 0);
 
     if (!ignore_extradata) {
-    avio_write(pb, enc->extradata, enc->extradata_size);
+        avio_write(pb, enc->extradata, enc->extradata_size);
 
-    if (!for_asf && enc->extradata_size & 1)
-        avio_w8(pb, 0);
+        if (!for_asf && enc->extradata_size & 1)
+            avio_w8(pb, 0);
     }
 }
 
-- 
1.8.3.2

-- 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/20131223/ac4e7300/attachment.asc>


More information about the ffmpeg-devel mailing list