1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-01 16:59:58 +02:00

Indentation

Originally committed as revision 12816 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet 2008-04-14 13:15:16 +00:00
parent b65213c021
commit 6f7b915a0d

View File

@ -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);