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

Method SetUp

test/indexer.cpp:58–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56};
57
58void 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
71void IndexerTest::TearDown() {
72 FFMS_DestroyIndex(index);

Callers

nothing calls this directly

Calls 1

FFMS_InitFunction · 0.85

Tested by

no test coverage detected