This struct describes the properties of a single codec described by an AVCodecID. More...
#include <avcodec.h>
This struct describes the properties of a single codec described by an AVCodecID.
Definition at line 700 of file avcodec.h.
Referenced by descriptor_compare(), find_codec_or_die(), main(), print_codecs(), show_codecs(), show_help_codec(), and v4l2_read_header().
Definition at line 701 of file avcodec.h.
Referenced by avcodec_get_type(), avcodec_open2(), is_intra_only(), print_codecs(), and show_codecs().
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 707 of file avcodec.h.
Referenced by asf_write_header1(), av_bsf_init(), avcodec_descriptor_get_by_name(), avcodec_get_name(), avcodec_open2(), find_codec_or_die(), ico_check_attributes(), list_formats(), main(), print_codecs(), show_codecs(), show_help_muxer(), show_stream(), transcode_init(), unsupported_codec(), and vaapi_decode_make_config().
A more descriptive name for this codec.
May be NULL.
Definition at line 711 of file avcodec.h.
Referenced by show_codecs(), and show_stream().
Codec properties, a combination of AV_CODEC_PROP_* flags.
Definition at line 715 of file avcodec.h.
Referenced by avcodec_decode_subtitle2(), avcodec_open2(), init_muxer(), is_intra_only(), open_output_file(), show_codecs(), and update_context_from_thread().
If non-NULL, an array of profiles recognized for this codec.
Terminated with FF_PROFILE_UNKNOWN.
Definition at line 726 of file avcodec.h.
Referenced by avcodec_profile_name().