FFmpeg
Data Fields
AVPacketSideData Struct Reference

This structure stores auxiliary information for decoding, presenting, or otherwise processing the coded stream. More...

#include <packet.h>

Data Fields

uint8_t * data
 
size_t size
 
enum AVPacketSideDataType type
 

Detailed Description

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.

Definition at line 375 of file packet.h.

Field Documentation

◆ data

uint8_t* AVPacketSideData::data

◆ size

size_t AVPacketSideData::size

◆ type

enum AVPacketSideDataType AVPacketSideData::type

The documentation for this struct was generated from the following file: