ffmpeg.libavcodec.codec_par

Undocumented in source.

Members

Enums

AVFieldOrder
enum AVFieldOrder

@addtogroup lavc_core

Functions

avcodec_parameters_alloc
AVCodecParameters* avcodec_parameters_alloc()

Allocate a new AVCodecParameters and set its fields to default values (unknown/invalid/0). The returned struct must be freed with avcodec_parameters_free().

avcodec_parameters_copy
int avcodec_parameters_copy(AVCodecParameters* dst, const(AVCodecParameters)* src)

Copy the contents of src to dst. Any allocated fields in dst are freed and replaced with newly allocated duplicates of the corresponding fields in src.

avcodec_parameters_free
void avcodec_parameters_free(AVCodecParameters** par)

Free an AVCodecParameters instance and everything associated with it and write NULL to the supplied pointer.

Structs

AVCodecParameters
struct AVCodecParameters

This struct describes the properties of an encoded stream.

Meta