|
FFmpeg
|
Structure to hold side data for an AVFrame. More...
#include <frame.h>
Public Attributes | |
| 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.
1.8.12