AVFrameSideData Struct Reference

#include <frame.h>

Collaboration diagram for AVFrameSideData:
Collaboration graph

Data Fields

enum AVFrameSideDataType type
 
uint8_tdata
 
int size
 
AVDictionarymetadata
 

Detailed Description

Definition at line 40 of file frame.h.

Field Documentation

uint8_t* AVFrameSideData::data
AVDictionary* AVFrameSideData::metadata

Definition at line 44 of file frame.h.

Referenced by av_frame_copy_props(), and av_frame_unref().

int AVFrameSideData::size

Definition at line 43 of file frame.h.

Referenced by av_frame_copy_props(), and av_frame_new_side_data().


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