MCPcopy Create free account
hub / github.com/DSVVA/MHY_Scanner / AvFFmpegDecoder

Method AvFFmpegDecoder

tests/test_video.cpp:93–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91};
92
93AvFFmpegDecoder::AvFFmpegDecoder(QObject* parent)
94 :QThread(parent),
95 pAvdictionary(nullptr),
96 pAVFormatContext(nullptr),
97 pSwsContext(nullptr),
98 pAVFrame(nullptr),
99 pAVPacket(nullptr),
100 pAVCodecContext(nullptr)
101{
102 //av_log_set_level(AV_LOG_FATAL);
103}
104
105AvFFmpegDecoder::~AvFFmpegDecoder()
106{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected