Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
349
void FFmpegLibraryFunctions::log(QString message)
350
{
351
if (this->logList)
352
this->logList->append(message);
353
}
354
355
} // namespace FFmpeg
Callers
3
loadFFmpegLibraryInPath
Method · 0.95
loadFFMpegLibrarySpecific
Method · 0.95
unloadAllLibraries
Method · 0.95
Calls
1
append
Method · 0.80
Tested by
no test coverage detected