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