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