AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE

This codec takes the reordered_opaque field from input AVFrames and returns it in the corresponding field in AVCodecContext after encoding.

extern (C) @nogc nothrow
enum AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE = 1 << 20;

Meta