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

Class Error

src/index/ffmsindex.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55std::string CacheFile;
56
57struct Error {
58 std::string msg;
59 Error(const char *msg) : msg(msg) {}
60 Error(const char *msg, FFMS_ErrorInfo const& e) : msg(msg) {
61 this->msg.append(e.Buffer);
62 }
63};
64
65struct Progress {
66 int Percent;

Callers 3

parseDemuxerOptsFunction · 0.85
ParseCMDLineFunction · 0.85
DoIndexingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected