AV_PIX_FMT_FLAG_FLOAT

The pixel format contains IEEE-754 floating point values. Precision (double, single, or half) should be determined by the pixel size (64, 32, or 16 bits).

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

Meta