Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
FFMS_Track::FFMS_Track()
77
: Data(std::make_shared<TrackData>())
78
{
79
}
80
81
FFMS_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
ReadFrame
Function · 0.85
back
Method · 0.80
Tested by
no test coverage detected