10 Jan
2023
10 Jan
'23
1:49 a.m.
On Tue Jan 10 01:46:48 2023 +0000, Torge Matthies wrote:
`biBitCount` of 24 apparently means RGB555 in MS-CRAM, and gstreamer agrees (see the gst-discoverer-1.0 output in the bug report), and the data comes directly from the `strf` header of the AVI file. `ICM_DECOMPRESS_GET_FORMAT` rejects the header, because only `biBitCount == 8` and `biBitCount == 16` are allowed. `ICGetDisplayFormat` on the other hand works and returns a usable output format.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1929#note_20605