AVCodec.name

Name of the codec implementation. The name is globally unique among encoders and among decoders (but an encoder and a decoder can share the same name). This is the primary way to find a codec from the user perspective.

struct AVCodec
const(char)* name;

Meta