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

Function PTSComparison

src/core/track.cpp:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static bool PTSComparison(FrameInfo FI1, FrameInfo FI2) {
157 return FI1.PTS < FI2.PTS;
158}
159
160int FFMS_Track::FrameFromPTS(int64_t PTS, bool AllowHidden) const {
161 FrameInfo F;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected