This structure describes decoded (raw) audio or video data.
memory handling functions
Mastering display metadata associated with a video frame.
Structure to hold side data for an AVFrame.
AVFrameSideData * av_frame_new_side_data(AVFrame *frame, enum AVFrameSideDataType type, int size)
Add a new side data to a frame.
void * av_mallocz(size_t size)
Allocate a block of size bytes with alignment suitable for all memory accesses (including vectors if ...