MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ flush()

void MayaFlux::IO::FFmpegDemuxContext::flush ( )

Flush the demuxer's internal read buffers.

Call after seek before reading new packets.

Definition at line 148 of file FFmpegDemuxContext.cpp.

149{
150 // No-op at format level; codec flush is the stream context's responsibility.
151 // Provided here so callers have a symmetric flush call site.
152}