AV_PIX_FMT_FLAG_BAYER

The pixel format is following a Bayer pattern

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

Meta