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

Class HDR10Test

test/hdr.cpp:45–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43namespace {
44
45class HDR10Test : public ::testing::Test {
46protected:
47 virtual void SetUp();
48 virtual void TearDown();
49 bool DoIndexing(std::string);
50
51 FFMS_Indexer* indexer;
52 FFMS_Index* index;
53 int video_track_idx;
54 FFMS_VideoSource* video_source;
55 const FFMS_VideoProperties* VP;
56
57 FFMS_ErrorInfo E;
58 char ErrorMsg[1024];
59
60 std::string SamplesDir;
61};
62
63void HDR10Test::SetUp() {
64 indexer = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected