| 74 | } |
| 75 | |
| 76 | void HDR10Test::TearDown() { |
| 77 | FFMS_DestroyIndex(index); |
| 78 | FFMS_DestroyVideoSource(video_source); |
| 79 | } |
| 80 | |
| 81 | bool HDR10Test::DoIndexing(std::string file_name) { |
| 82 | indexer = FFMS_CreateIndexer(file_name.c_str(), &E); |
nothing calls this directly
no test coverage detected