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

Function FFMS_TrackIndexSettings

src/core/ffms.cpp:336–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336FFMS_API(void) FFMS_TrackIndexSettings(FFMS_Indexer *Indexer, int Track, int Index, int) {
337 Indexer->SetIndexTrack(Track, !!Index);
338}
339
340FFMS_API(void) FFMS_TrackTypeIndexSettings(FFMS_Indexer *Indexer, int TrackType, int Index, int) {
341 Indexer->SetIndexTrackType(TrackType, !!Index);

Callers 3

CreateIndexFunction · 0.85
DoIndexingFunction · 0.85
CreateFFIndexFunction · 0.85

Calls 1

SetIndexTrackMethod · 0.80

Tested by

no test coverage detected