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

Method log

YUViewLib/src/ffmpeg/FFmpegLibraryFunctions.cpp:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void FFmpegLibraryFunctions::log(QString message)
350{
351 if (this->logList)
352 this->logList->append(message);
353}
354
355} // namespace FFmpeg

Callers 3

unloadAllLibrariesMethod · 0.95

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected