| 43 | } |
| 44 | |
| 45 | void DisplayMatrixTest::TearDown() { |
| 46 | FFMS_DestroyIndex(index); |
| 47 | FFMS_DestroyVideoSource(video_source); |
| 48 | } |
| 49 | |
| 50 | bool DisplayMatrixTest::DoIndexing(std::string file_name) { |
| 51 | indexer = FFMS_CreateIndexer(file_name.c_str(), &E); |
nothing calls this directly
no test coverage detected