]> git.baikalelectronics.ru Git - uboot.git/commit
video: Add a function to get the dimensions of a BMP image
authorSimon Glass <sjg@chromium.org>
Thu, 6 Oct 2022 14:36:17 +0000 (08:36 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 19:01:40 +0000 (20:01 +0100)
commit70a55137d0e0901c32dde7e08403a221221296ca
tree818962ae3039336c7e0f65db8272cb3c6c2765b7
parent02b8255f0e7583ba0c111caba296e876109e4f80
video: Add a function to get the dimensions of a BMP image

This is useful for some other users, so break this out into a function.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/video_bmp.c
include/video.h