FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.
 
const char * long_name
 A more descriptive name for this codec.
 
int props
 Codec properties, a combination of AV_CODEC_PROP_* flags.
 

Detailed Description

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

See Also
avcodec_get_descriptor()

Definition at line 538 of file avcodec.h.

Field Documentation

enum AVCodecID AVCodecDescriptor::id

Definition at line 539 of file avcodec.h.

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

enum AVMediaType AVCodecDescriptor::type

Definition at line 540 of file avcodec.h.

Referenced by print_codecs(), and show_codecs().

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

Referenced by avcodec_descriptor_get_by_name(), avcodec_get_name(), avcodec_open2(), find_codec_or_die(), print_codecs(), show_codecs(), and show_help_muxer().

const char* AVCodecDescriptor::long_name

A more descriptive name for this codec.

May be NULL.

Definition at line 550 of file avcodec.h.

Referenced by show_codecs().

int AVCodecDescriptor::props

Codec properties, a combination of AV_CODEC_PROP_* flags.

Definition at line 554 of file avcodec.h.

Referenced by avcodec_decode_subtitle2(), avcodec_open2(), is_intra_only(), and show_codecs().


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