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

Function AvError

examples/VulkanBenchmark.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196};
197
198static std::string AvError(int errnum) {
199 char buffer[AV_ERROR_MAX_STRING_SIZE] = {0};
200 av_make_error_string(buffer, sizeof(buffer), errnum);
201 return std::string(buffer);
202}
203
204static void CheckAv(int errnum, const std::string& context) {
205 if (errnum < 0) {

Callers 2

CheckAvFunction · 0.85
NextFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected