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:
committed by
Carl Eugen Hoyos
parent
7ba102d008
commit
9f3135b30b
@@ -587,10 +587,10 @@ void ff_put_bmp_header(AVIOContext *pb, AVCodecContext *enc, const AVCodecTag *t
|
|||||||
avio_wl32(pb, 0);
|
avio_wl32(pb, 0);
|
||||||
|
|
||||||
if (!ignore_extradata) {
|
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)
|
if (!for_asf && enc->extradata_size & 1)
|
||||||
avio_w8(pb, 0);
|
avio_w8(pb, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user