AV_PIX_FMT_FLAG_RGB

The pixel format contains RGB-like data (as opposed to YUV/grayscale).

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

Meta