AV_PIX_FMT_FLAG_BE

Pixel format is big-endian.

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

Meta