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

Method TearDown

test/hdr.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void HDR10Test::TearDown() {
77 FFMS_DestroyIndex(index);
78 FFMS_DestroyVideoSource(video_source);
79}
80
81bool HDR10Test::DoIndexing(std::string file_name) {
82 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