MCPcopy Create free account
hub / github.com/IENT/YUView / ~FileSourceFFmpegFile

Method ~FileSourceFFmpegFile

YUViewLib/src/filesource/FileSourceFFmpegFile.cpp:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335FileSourceFFmpegFile::~FileSourceFFmpegFile()
336{
337 if (this->currentPacket)
338 this->ff.freePacket(this->currentPacket);
339}
340
341bool FileSourceFFmpegFile::openFile(const QString & filePath,
342 QWidget * mainWindow,

Callers

nothing calls this directly

Calls 1

freePacketMethod · 0.80

Tested by

no test coverage detected