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