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)
static if(FF_API_WITHOUT_PREFIX)
enum CODEC_FLAG_UNALIGNED = AV_CODEC_FLAG_UNALIGNED;

Meta