FFmpeg
4.2.2
|
Structure to hold side data for an AVFrame. More...
#include <libavutil/frame.h>
Data Fields | |
enum AVFrameSideDataType | type |
uint8_t * | data |
int | size |
AVDictionary * | metadata |
AVBufferRef * | buf |
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.
enum AVFrameSideDataType AVFrameSideData::type |
uint8_t* AVFrameSideData::data |
Definition at line 203 of file frame.h.
Referenced by decode_packet().
int AVFrameSideData::size |
Definition at line 204 of file frame.h.
Referenced by decode_packet().
AVDictionary* AVFrameSideData::metadata |
AVBufferRef* AVFrameSideData::buf |