MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / CheckAv

Function CheckAv

examples/VulkanBenchmark.cpp:204–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static void CheckAv(int errnum, const std::string& context) {
205 if (errnum < 0) {
206 throw std::runtime_error(context + ": " + AvError(errnum));
207 }
208}
209
210static std::string Basename(const std::string& path) {
211 const std::string::size_type slash = path.find_last_of('/');

Callers 9

OpenMethod · 0.85
ConvertMethod · 0.85
DownloadIfNeededMethod · 0.85
ResizeMethod · 0.85
ForceOpaqueAlphaFunction · 0.85
ConvertQImageToAvFrameFunction · 0.85
BuildVulkanFilterGraphFunction · 0.85
RunVulkanUploadBenchmarkFunction · 0.85

Calls 1

AvErrorFunction · 0.85

Tested by

no test coverage detected