FFmpeg 7.1.1
|
This structure stores auxiliary information for decoding, presenting, or otherwise processing the coded stream. More...
#include <libavcodec/packet.h>
Data Fields | |
uint8_t * | data |
size_t | size |
enum AVPacketSideDataType | type |
This structure stores auxiliary information for decoding, presenting, or otherwise processing the coded stream.
It is typically exported by demuxers and encoders and can be fed to decoders and muxers either in a per packet basis, or as global side data (applying to the entire coded stream).
Global side data is handled as follows:
Packet specific side data is handled as follows:
Different modules may accept or export different types of side data depending on media type and codec. Refer to AVPacketSideDataType for a list of defined types and where they may be found or used.
enum AVPacketSideDataType AVPacketSideData::type |