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

Method AVDecoder

common/avdecoder.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29AVDecoder::AvInit init;
30
31AVDecoder::AVDecoder() :
32 pFormatCtx(NULL), pCodecCtx(NULL), av_stream(NULL), av_codec(NULL), stream_index(-1), codec_loaded(false)
33{
34}
35
36AVDecoder::~AVDecoder()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected