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

Function FFMS_GetTrackFromIndex

src/core/ffms.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281FFMS_API(FFMS_Track *) FFMS_GetTrackFromIndex(FFMS_Index *Index, int Track) {
282 return &(*Index)[Track];
283}
284
285FFMS_API(FFMS_Track *) FFMS_GetTrackFromVideo(FFMS_VideoSource *V) {
286 return V->GetTrack();

Callers 5

TEST_PFunction · 0.85
CreateSourceFunction · 0.85
DoIndexingFunction · 0.85
CreateFFVideoSourceFunction · 0.85
CreateFFAudioSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected