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

Method SetProgressCallback

src/core/indexing.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void FFMS_Indexer::SetProgressCallback(TIndexCallback IC_, void *ICPrivate_) {
264 IC = IC_;
265 ICPrivate = ICPrivate_;
266}
267
268FFMS_Indexer::FFMS_Indexer(const char *Filename, const FFMS_KeyValuePair *DemuxerOptions, int NumOptions)
269 : SourceFile(Filename) {

Callers 1

FFMS_SetProgressCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected