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