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

Method checkLibraryFiles

YUViewLib/src/ffmpeg/FFmpegVersionHandler.cpp:577–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool FFmpegVersionHandler::checkLibraryFiles(QString avCodecLib,
578 QString avFormatLib,
579 QString avUtilLib,
580 QString swResampleLib,
581 QStringList &logging)
582{
583 FFmpegVersionHandler handler;
584 bool success =
585 handler.loadFFMpegLibrarySpecific(avFormatLib, avCodecLib, avUtilLib, swResampleLib);
586 logging = handler.getLog();
587 return success;
588}
589
590void FFmpegVersionHandler::enableLoggingWarning()
591{

Callers

nothing calls this directly

Calls 2

getLogMethod · 0.80

Tested by

no test coverage detected