This struct describes the properties of a single codec described by an AVCodecID.
More...
#include <libavcodec/avcodec.h>
This struct describes the properties of a single codec described by an AVCodecID.
- See also
- avcodec_descriptor_get()
Definition at line 716 of file avcodec.h.
◆ id
◆ type
◆ name
const char* AVCodecDescriptor::name |
Name of the codec described by this descriptor.
It is non-empty and unique for each codec descriptor. It should contain alphanumeric characters and '_' only.
Definition at line 724 of file avcodec.h.
◆ long_name
const char* AVCodecDescriptor::long_name |
A more descriptive name for this codec.
May be NULL.
Definition at line 728 of file avcodec.h.
◆ props
int AVCodecDescriptor::props |
Codec properties, a combination of AV_CODEC_PROP_* flags.
Definition at line 732 of file avcodec.h.
◆ mime_types
const char* const* AVCodecDescriptor::mime_types |
MIME type(s) associated with the codec.
May be NULL; if not, a NULL-terminated array of MIME types. The first item is always non-NULL and is the preferred MIME type.
Definition at line 738 of file avcodec.h.
◆ profiles
const struct AVProfile* AVCodecDescriptor::profiles |
If non-NULL, an array of profiles recognized for this codec.
Terminated with FF_PROFILE_UNKNOWN.
Definition at line 743 of file avcodec.h.
The documentation for this struct was generated from the following file: