Sam Lantinga 8fb3885c3c Fixed bug 3964 - YUV to RGB in video/SDL_yuv.c is broken for any output format of type ABGR8888 or BGR888
raist66676

Here is the bug in latest SDL 2.0.8 development repo. It is obvious and simple to fix by correcting typos on six lines of code.

In src/video/SDL_yuv.c on lines 217, 249, 280, 321, 353, and 384 the wrong conversion functions are called for SDL_PIXELFORMAT_ABGR8888 and SDL_PIXELFORMAT_BGR888. Instead of ABGR functions, BGRA functions are called. These are typos.
2017-11-17 11:03:02 -08:00
..
2017-11-11 17:21:47 -08:00
2017-11-04 17:35:03 -07:00
2017-01-01 18:33:28 -08:00
2017-10-10 11:56:54 -04:00
2017-10-10 11:56:54 -04:00
2017-01-01 18:33:28 -08:00