https://bugs.winehq.org/show_bug.cgi?id=23175
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- I actually mean "ends up NOT finding a suitable format".
Just to make it clear, with or without the patch the problem is the same, decompression error due to bad response in the GET_FORMAT message. Xvid will check for 4 items in the output to fill the format:
biBitCount biWidth biHeight biCompression
They must be the same as input, except biCompression which must be BI_RGB.