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

Function FFMS_CreateIndexer

src/core/ffms.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307FFMS_API(FFMS_Indexer *) FFMS_CreateIndexer(const char *SourceFile, FFMS_ErrorInfo *ErrorInfo) {
308 return FFMS_CreateIndexer2(SourceFile, nullptr, 0, ErrorInfo);
309}
310
311FFMS_API(FFMS_Indexer *) FFMS_CreateIndexer2(const char *SourceFile, const FFMS_KeyValuePair *DemuxerOptions, int NumOptions, FFMS_ErrorInfo *ErrorInfo) {
312 ClearErrorInfo(ErrorInfo);

Callers 6

DoIndexingMethod · 0.85
DoIndexingMethod · 0.85
DoIndexingMethod · 0.85
CreateSourceFunction · 0.85
CreateFFVideoSourceFunction · 0.85
CreateFFAudioSourceFunction · 0.85

Calls 1

FFMS_CreateIndexer2Function · 0.85

Tested by

no test coverage detected