AVFormatContext.raw_packet_buffer

Raw packets from the demuxer, prior to parsing and decoding. This buffer is used for buffering packets until the codec can be identified, as parsing cannot be done without knowing the codec.

struct AVFormatContext
AVPacketList* raw_packet_buffer;

Meta