MCPcopy Create free account
hub / github.com/FFMS/ffms2 / Free

Method Free

src/core/audiosource.cpp:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void FFMS_AudioSource::Free() {
527 av_frame_free(&DecodeFrame);
528 avcodec_free_context(&CodecContext);
529 avformat_close_input(&FormatContext);
530}
531
532FFMS_AudioSource::~FFMS_AudioSource() {
533 Free();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected