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

Method TearDown

test/display_matrix.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void DisplayMatrixTest::TearDown() {
46 FFMS_DestroyIndex(index);
47 FFMS_DestroyVideoSource(video_source);
48}
49
50bool DisplayMatrixTest::DoIndexing(std::string file_name) {
51 indexer = FFMS_CreateIndexer(file_name.c_str(), &E);

Callers

nothing calls this directly

Calls 2

FFMS_DestroyIndexFunction · 0.85
FFMS_DestroyVideoSourceFunction · 0.85

Tested by

no test coverage detected