Constant SDL_CHROMA_LOCATION_LEFT
pub const SDL_CHROMA_LOCATION_LEFT: SDL_ChromaLocation;
Available on crate feature
dep_sdl3
only.Expand description
In MPEG-2, MPEG-4, and AVC, Cb and Cr are taken on midpoint of the left-edge of the 2x2 square. In other words, they have the same horizontal location as the top-left pixel, but is shifted one-half pixel down vertically.