avformat/riffenc: indent

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit f93b0abe40)

Conflicts:
	libavformat/riffenc.c
This commit is contained in:
Peter Ross
2013-12-23 20:37:13 +11:00
committed by Carl Eugen Hoyos
parent 7ba102d008
commit 9f3135b30b

View File

@@ -587,10 +587,10 @@ void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *t
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);
}
}