Commit a15b7949 authored by benoit's avatar benoit

Indentation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a87639e
...@@ -85,8 +85,8 @@ static int bmp_decode_frame(AVCodecContext *avctx, ...@@ -85,8 +85,8 @@ static int bmp_decode_frame(AVCodecContext *avctx,
} }
if (ihsize == 40) { if (ihsize == 40) {
width = bytestream_get_le32(&buf); width = bytestream_get_le32(&buf);
height = bytestream_get_le32(&buf); height = bytestream_get_le32(&buf);
} else if (ihsize == 12) { } else if (ihsize == 12) {
width = bytestream_get_le16(&buf); width = bytestream_get_le16(&buf);
height = 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