MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / loadSMKVideo

Function loadSMKVideo

framework/video/smk.cpp:412–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 }
411}
412sp<Video> loadSMKVideo(IFile &file)
413{
414 auto vid = mksp<SMKVideo>();
415 if (vid->load(file))
416 return vid;
417 else
418 return nullptr;
419}
420
421} // namespace OpenApoc

Callers 1

loadVideoMethod · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected