#include <avcodec.h>
This struct describes the properties of a single codec described by an AVCodecID.
- См. также
- avcodec_descriptor_get()
См. определение в файле avcodec.h строка 716
◆ 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.
См. определение в файле avcodec.h строка 724
◆ long_name
const char* AVCodecDescriptor::long_name |
A more descriptive name for this codec. May be NULL.
См. определение в файле avcodec.h строка 728
◆ props
int AVCodecDescriptor::props |
Codec properties, a combination of AV_CODEC_PROP_* flags.
См. определение в файле avcodec.h строка 732
◆ 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.
См. определение в файле avcodec.h строка 738
◆ profiles
const struct AVProfile* AVCodecDescriptor::profiles |
If non-NULL, an array of profiles recognized for this codec. Terminated with FF_PROFILE_UNKNOWN.
См. определение в файле avcodec.h строка 743
Объявления и описания членов структуры находятся в файле:
- C:/git/world-of-might-and-magic/lib/win32/x86/ffmpeg-4.2.2/include/libavcodec/avcodec.h