commit | c1cad06f69a8f3207bdb20ad038db930c0f5c139 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:23:58 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:05:42 2021 +0100 |
tree | 5419c04ba9394be18ec4ef8f0179de6adeea5284 | |
parent | f5aa93eb532a0ed64ad5b86b827eee71888c70b7 [diff] [blame] |
video: Add a test for 16bpp BMP files Add a compressed 16bpp BMP file and a test to cover this. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/.gitattributes b/.gitattributes index 899473a..1879a2d 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -3,3 +3,4 @@ # Denote all files that are truly binary and should not be modified *.bmp binary *.ttf binary +*.gz binary