AV_PIX_FMT_FLAG_PAL

Pixel format has a palette in data[1], values are indexes in this palette.

extern (C) @nogc nothrow
enum AV_PIX_FMT_FLAG_PAL = 1 << 1;

Meta