MCPcopy Create free account
hub / github.com/FFMS/ffms2 / AVErrorToString

Function AVErrorToString

src/core/utils.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175std::string AVErrorToString(int ret) {
176 char error[1024];
177 av_strerror(ret, error, 1024);
178 std::string cerr(error);
179 return cerr;
180}

Callers 7

DecodeNextFrameMethod · 0.85
DoIndexingMethod · 0.85
SeekMethod · 0.85
TellMethod · 0.85
ReadMethod · 0.85
WriteMethod · 0.85
SizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected