MCPcopy Create free account
hub / github.com/codestation/qcma / ~AVDecoder

Method ~AVDecoder

common/avdecoder.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36AVDecoder::~AVDecoder()
37{
38 if(pCodecCtx) {
39 avcodec_free_context(&pCodecCtx);
40 }
41 if(pFormatCtx) {
42 avformat_close_input(&pFormatCtx);
43 }
44}
45
46bool AVDecoder::open(const QString filename)
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected