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

Class BackendAvailability

examples/VulkanBenchmark.cpp:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190};
191
192struct BackendAvailability {
193 bool vaapi = false;
194 bool cuda = false;
195 bool vulkan_runtime = false;
196};
197
198static std::string AvError(int errnum) {
199 char buffer[AV_ERROR_MAX_STRING_SIZE] = {0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected