commit | ca2c6945b9e158716138b9d138c72676e719bd8e | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Nov 20 14:11:16 2019 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Dec 06 09:07:45 2019 +0100 |
tree | 35e9e87e8b93675d8a9026071b77d3b5cbffaa6b | |
parent | 1ebf2855b486f7ff6dcac1ab953abbf68462ecad [diff] |
video: bmp: Fix video_display_rle8_bitmap() In case the BMP size is bigger than the frame buffer, don't use the BMP's width and height in video_display_rle8_bitmap, but the one's checked in video_bmp_display() as parameters to video_display_rle8_bitmap(). Signed-off-by: Patrice Chotard <patrice.chotard@st.com> CC: Yannick Fertré <yannick.fertre@st.com>