AV_CODEC_FLAG_UNALIGNED

Allow decoders to produce frames with data planes that are not aligned to CPU requirements (e.g. due to cropping).

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

Meta