MCPcopy Create free account
hub / github.com/IENT/YUView / unloadAllLibraries

Method unloadAllLibraries

YUViewLib/src/ffmpeg/FFmpegLibraryFunctions.cpp:314–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void 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
323QStringList FFmpegLibraryFunctions::getLibPaths() const
324{

Callers 3

Calls 1

logMethod · 0.95

Tested by

no test coverage detected