FFmpeg  4.0
Data Fields
AVFrameSideData Struct Reference

Structure to hold side data for an AVFrame. More...

#include <libavutil/frame.h>

Data Fields

enum AVFrameSideDataType type
 
uint8_tdata
 
int size
 
AVDictionarymetadata
 
AVBufferRefbuf
 

Detailed Description

Structure to hold side data for an AVFrame.

sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added to the end with a minor bump.

Definition at line 180 of file frame.h.

Field Documentation

◆ type

enum AVFrameSideDataType AVFrameSideData::type

◆ data

uint8_t* AVFrameSideData::data

◆ size

int AVFrameSideData::size

◆ metadata

AVDictionary* AVFrameSideData::metadata

Definition at line 184 of file frame.h.

Referenced by decode_iccp_chunk(), frame_copy_props(), free_side_data(), and show_frame().

◆ buf

AVBufferRef* AVFrameSideData::buf

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