Libav
Data Fields
AVCodecDescriptor Struct Reference

This struct describes the properties of a single codec described by an AVCodecID. More...

#include <avcodec.h>

Data Fields

enum AVCodecID id
 
enum AVMediaType type
 
const char * name
 Name of the codec described by this descriptor. More...
 
const char * long_name
 A more descriptive name for this codec. More...
 
int props
 Codec properties, a combination of AV_CODEC_PROP_* flags. More...
 

Detailed Description

This struct describes the properties of a single codec described by an AVCodecID.

See also
avcodec_get_descriptor()

Definition at line 478 of file avcodec.h.

Field Documentation

§ id

enum AVCodecID AVCodecDescriptor::id

Definition at line 479 of file avcodec.h.

Referenced by find_codec_or_die(), print_codecs(), show_codecs(), and show_help_codec().

§ type

enum AVMediaType AVCodecDescriptor::type

Definition at line 480 of file avcodec.h.

Referenced by is_intra_only(), print_codecs(), and show_codecs().

§ 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 486 of file avcodec.h.

Referenced by asf_write_header1(), avcodec_descriptor_get_by_name(), find_codec_or_die(), print_codecs(), show_codecs(), show_help_muxer(), transcode_init(), and wav_write_header().

§ long_name

const char* AVCodecDescriptor::long_name

A more descriptive name for this codec.

May be NULL.

Definition at line 490 of file avcodec.h.

Referenced by show_codecs().

§ props

int AVCodecDescriptor::props

Codec properties, a combination of AV_CODEC_PROP_* flags.

Definition at line 494 of file avcodec.h.

Referenced by is_intra_only(), and show_codecs().


The documentation for this struct was generated from the following file: