MCPcopy Create free account
hub / github.com/FFMS/ffms2 / ~FileHandle

Method ~FileHandle

src/core/filehandle.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55FileHandle::~FileHandle() {
56 avio_close(avio);
57}
58
59void FileHandle::Seek(int64_t offset, int origin) {
60 int64_t ret = avio_seek(avio, offset, origin);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected