AV_CODEC_FLAG_UNALIGNED

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

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

Meta