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

Method FFMS_Track

src/core/track.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76FFMS_Track::FFMS_Track()
77 : Data(std::make_shared<TrackData>())
78{
79}
80
81FFMS_Track::FFMS_Track(int64_t Num, int64_t Den, FFMS_TrackType TT, bool HasDiscontTS, bool UseDTS, bool HasTS)
82 : Data(std::make_shared<TrackData>())

Callers

nothing calls this directly

Calls 2

ReadFrameFunction · 0.85
backMethod · 0.80

Tested by

no test coverage detected