| 56 | }; |
| 57 | |
| 58 | void IndexerTest::SetUp() { |
| 59 | indexer = nullptr; |
| 60 | index = nullptr; |
| 61 | video_track_idx = -1; |
| 62 | video_source = nullptr; |
| 63 | VP = nullptr; |
| 64 | E.Buffer = ErrorMsg; |
| 65 | E.BufferSize = sizeof(ErrorMsg); |
| 66 | SamplesDir = STRINGIFY(SAMPLES_DIR); |
| 67 | |
| 68 | FFMS_Init(0,0); |
| 69 | } |
| 70 | |
| 71 | void IndexerTest::TearDown() { |
| 72 | FFMS_DestroyIndex(index); |
nothing calls this directly
no test coverage detected