| 29 | AVDecoder::AvInit init; |
| 30 | |
| 31 | AVDecoder::AVDecoder() : |
| 32 | pFormatCtx(NULL), pCodecCtx(NULL), av_stream(NULL), av_codec(NULL), stream_index(-1), codec_loaded(false) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | AVDecoder::~AVDecoder() |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected