| 312 | } |
| 313 | |
| 314 | void FFmpegLibraryFunctions::unloadAllLibraries() |
| 315 | { |
| 316 | this->log("Unloading all loaded libraries"); |
| 317 | this->libAvutil.unload(); |
| 318 | this->libSwresample.unload(); |
| 319 | this->libAvcodec.unload(); |
| 320 | this->libAvformat.unload(); |
| 321 | } |
| 322 | |
| 323 | QStringList FFmpegLibraryFunctions::getLibPaths() const |
| 324 | { |
no test coverage detected