AVFormatContext.packet_buffer

This buffer is only needed when packets were already buffered but not decoded, for example to get the codec parameters in MPEG streams.

struct AVFormatContext
AVPacketList* packet_buffer;

Meta