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

◆ flush_codec()

void MayaFlux::IO::AudioStreamContext::flush_codec ( )

Flush codec internal buffers (call after a seek).

Definition at line 146 of file AudioStreamContext.cpp.

147{
148 if (codec_context)
149 avcodec_flush_buffers(codec_context);
150}
AVCodecContext * codec_context
Owned; freed in destructor.

References codec_context.