FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 188 of file frame.h.

Field Documentation

enum AVFrameSideDataType AVFrameSideData::type
uint8_t* AVFrameSideData::data
int AVFrameSideData::size
AVDictionary* AVFrameSideData::metadata

Definition at line 192 of file frame.h.

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

AVBufferRef* AVFrameSideData::buf

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