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

Method SetUp

test/hdr.cpp:63–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63void 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
76void HDR10Test::TearDown() {
77 FFMS_DestroyIndex(index);

Callers

nothing calls this directly

Calls 1

FFMS_InitFunction · 0.85

Tested by

no test coverage detected