Libav
Data Fields
AVFrameSideData Struct Reference

#include <frame.h>

Data Fields

enum AVFrameSideDataType type
uint8_tdata
int size
AVDictionarymetadata

Detailed Description

Definition at line 74 of file frame.h.

Field Documentation

enum AVFrameSideDataType AVFrameSideData::type

Definition at line 75 of file frame.h.

Referenced by av_frame_copy_props(), av_frame_get_side_data(), and av_frame_new_side_data().

uint8_t* AVFrameSideData::data
int AVFrameSideData::size

Definition at line 77 of file frame.h.

Referenced by av_frame_copy_props(), and av_frame_new_side_data().

AVDictionary* AVFrameSideData::metadata

Definition at line 78 of file frame.h.

Referenced by av_frame_copy_props(), and av_frame_unref().


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