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 559 of file avcodec.h.
Referenced by find_codec_or_die(), print_codecs(), show_codecs(), and show_help_codec().
Definition at line 560 of file avcodec.h.
Referenced by 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 566 of file avcodec.h.
Referenced by asf_write_header1(), avcodec_descriptor_get_by_name(), avcodec_get_name(), avcodec_open2(), find_codec_or_die(), ico_check_attributes(), list_formats(), print_codecs(), show_codecs(), show_help_muxer(), show_stream(), and unsupported_codec().
A more descriptive name for this codec.
May be NULL.
Definition at line 570 of file avcodec.h.
Referenced by show_codecs(), and show_stream().
Codec properties, a combination of AV_CODEC_PROP_* flags.
Definition at line 574 of file avcodec.h.
Referenced by avcodec_decode_subtitle2(), avcodec_open2(), is_intra_only(), open_output_file(), and show_codecs().