|
FFmpeg 7.1.2
|
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 |
| size_t AVFrameSideData::size |
| AVDictionary* AVFrameSideData::metadata |
| AVBufferRef* AVFrameSideData::buf |