FFmpeg
Data Fields
AVFrameSideData Struct Reference

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

#include <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 201 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 205 of file frame.h.

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

◆ buf

AVBufferRef* AVFrameSideData::buf

Definition at line 206 of file frame.h.

Referenced by av_frame_get_qp_table(), frame_copy_props(), and free_side_data().


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