OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcbb947
)
avformat/riffenc: indent
author
Peter Ross
<pross@xvid.org>
Mon, 23 Dec 2013 09:37:13 +0000
(20:37 +1100)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 23 Dec 2013 14:55:47 +0000
(15:55 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/riffenc.c
patch
|
blob
|
history
diff --git
a/libavformat/riffenc.c
b/libavformat/riffenc.c
index
d7cf846
..
7b4b7dd
100644
(file)
--- 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);
}
}