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

Function FFMS_GetFrameInfo

src/core/ffms.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277FFMS_API(const FFMS_FrameInfo *) FFMS_GetFrameInfo(FFMS_Track *T, int Frame) {
278 return T->GetFrameInfo(static_cast<size_t>(Frame));
279}
280
281FFMS_API(FFMS_Track *) FFMS_GetTrackFromIndex(FFMS_Index *Index, int Track) {
282 return &(*Index)[Track];

Callers 4

TEST_PFunction · 0.85
GetVSFrameMethod · 0.85
DoIndexingFunction · 0.85
GetFrameMethod · 0.85

Calls 1

GetFrameInfoMethod · 0.80

Tested by

no test coverage detected