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

Method SetUp

test/display_matrix.cpp:32–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32void DisplayMatrixTest::SetUp() {
33 indexer = nullptr;
34 index = nullptr;
35 video_track_idx = -1;
36 video_source = nullptr;
37 VP = nullptr;
38 E.Buffer = ErrorMsg;
39 E.BufferSize = sizeof(ErrorMsg);
40 SamplesDir = STRINGIFY(SAMPLES_DIR);
41
42 FFMS_Init(0,0);
43}
44
45void DisplayMatrixTest::TearDown() {
46 FFMS_DestroyIndex(index);

Callers

nothing calls this directly

Calls 1

FFMS_InitFunction · 0.85

Tested by

no test coverage detected