Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
std::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
DecodeNextFrame
Method · 0.85
DoIndexing
Method · 0.85
Seek
Method · 0.85
Tell
Method · 0.85
Read
Method · 0.85
Write
Method · 0.85
Size
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected