Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
void ZipFile::Finish() {
131
while (Write(nullptr, 0) != Z_STREAM_END);
132
deflateEnd(&z);
133
state = Initial;
134
}
135
136
uint8_t *ZipFile::GetBuffer(size_t *size) {
137
uint8_t *ret = (uint8_t *)av_malloc(index_buffer.size());
Callers
1
WriteIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected