From 6f7b915a0d69ea33a6777c35f720cf31f122ed02 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Mon, 14 Apr 2008 13:15:16 +0000 Subject: Indentation Originally committed as revision 12816 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/bmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/bmp.c') diff --git a/libavcodec/bmp.c b/libavcodec/bmp.c index de97e6bd3b..f475469fd2 100644 --- a/libavcodec/bmp.c +++ b/libavcodec/bmp.c @@ -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); -- cgit v1.2.3