mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-17 10:34:48 +00:00
By convention, PNNN YUV formats are bi-planar, and SDL was using them to refer to 3 plane YUV formats. These have been replaced with I444 and I4FL, which are the most standard FOURCC values for these that I could find. Reference: https://github.com/videolan/vlc/blob/master/src/misc/fourcc_list.h