FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVFrameSideData Struct Reference

#include <frame.h>

Data Fields

enum AVFrameSideDataType type
 
uint8_tdata
 
int size
 
AVDictionarymetadata
 

Detailed Description

Definition at line 60 of file frame.h.

Field Documentation

enum AVFrameSideDataType AVFrameSideData::type

Definition at line 61 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 63 of file frame.h.

Referenced by av_frame_copy_props(), and av_frame_new_side_data().

AVDictionary* AVFrameSideData::metadata

Definition at line 64 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: