Commit 6f7b915a authored by Benoit Fouet's avatar Benoit Fouet

Indentation

Originally committed as revision 12816 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b65213c0
......@@ -85,8 +85,8 @@ static int bmp_decode_frame(AVCodecContext *avctx,
}
if (ihsize == 40) {
width = bytestream_get_le32(&buf);
height = bytestream_get_le32(&buf);
width = bytestream_get_le32(&buf);
height = bytestream_get_le32(&buf);
} else if (ihsize == 12) {
width = bytestream_get_le16(&buf);
height = bytestream_get_le16(&buf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment