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

Function FFMS_DestroyIndex

src/core/ffms.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216FFMS_API(void) FFMS_DestroyIndex(FFMS_Index *Index) {
217 delete Index;
218}
219
220FFMS_API(FFMS_IndexErrorHandling) FFMS_GetErrorHandling(FFMS_Index *Index) {
221 return static_cast<FFMS_IndexErrorHandling>(Index->ErrorHandling);

Callers 10

TearDownMethod · 0.85
TearDownMethod · 0.85
TearDownMethod · 0.85
CreateIndexFunction · 0.85
CreateSourceFunction · 0.85
DoIndexingFunction · 0.85
CreateFFIndexFunction · 0.85
CreateFFVideoSourceFunction · 0.85
CreateFFAudioSourceFunction · 0.85
ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected