Mercurial > libavcodec.hg
changeset 6595:92eb6af449dc libavcodec
Indentation
author | benoit |
---|---|
date | Mon, 14 Apr 2008 13:15:16 +0000 |
parents | e094b1b11e1d |
children | 372ad1fe174d |
files | bmp.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bmp.c Mon Apr 14 13:13:08 2008 +0000 +++ b/bmp.c Mon Apr 14 13:15:16 2008 +0000 @@ -85,8 +85,8 @@ } 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);