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

Method WriteIndexFile

src/core/indexing.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void FFMS_Index::WriteIndexFile(const char *IndexFile) {
150 ZipFile zf(IndexFile, "wb");
151
152 WriteIndex(zf);
153}
154
155uint8_t *FFMS_Index::WriteIndexBuffer(size_t *Size) {
156 ZipFile zf;

Callers 1

FFMS_WriteIndexFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected