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

Class TestDataMap

test/tests.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#define TEST_ENTRY(file, data) { file, data, sizeof(data) / sizeof(*data) }
31
32typedef struct TestDataMap {
33 const char *Filename;
34 const TestFrameData *TestData;
35 const size_t TestDataLen;
36} TestDataMap;
37
38bool CheckFrame(const FFMS_Frame *Frame, const FFMS_FrameInfo *info, const TestFrameData *Data);
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected