sws_convertPalette8ToPacked32

Convert an 8-bit paletted frame into a frame with a color depth of 32 bits.

The output frame will have the same packed format as the palette.

@param src source frame buffer @param dst destination frame buffer @param num_pixels number of pixels to convert @param palette array with [256] entries, which must match color arrangement (RGB or BGR) of src

@nogc nothrow extern (C)
void
sws_convertPalette8ToPacked32
(
const uint8_t* src
,
uint8_t* dst
,,
const uint8_t* palette
)

Meta