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)
enum CODEC_FLAG_UNALIGNED = 0x0001;

Meta