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

Class TestFrameData

test/data/data.h:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <cstdint>
5
6typedef struct TestFrameData {
7 int64_t PTS;
8 int64_t Duration;
9 int Width;
10 int Height;
11 const char *PixelFormat;
12 bool Keyframe;
13 uint8_t SHA256[32]; // SHA256 of the frame's decode planes
14} TestFrameData;
15
16#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected