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

Method Finish

src/core/zipfile.cpp:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void ZipFile::Finish() {
131 while (Write(nullptr, 0) != Z_STREAM_END);
132 deflateEnd(&z);
133 state = Initial;
134}
135
136uint8_t *ZipFile::GetBuffer(size_t *size) {
137 uint8_t *ret = (uint8_t *)av_malloc(index_buffer.size());

Callers 1

WriteIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected