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

◆ flush_codec()

void MayaFlux::IO::VideoStreamContext::flush_codec ( )

Flush codec internal buffers (call after a seek).

Definition at line 382 of file VideoStreamContext.cpp.

383{
384 if (codec_context)
385 avcodec_flush_buffers(codec_context);
386}
AVCodecContext * codec_context
Owned; freed in destructor.

References codec_context.