Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
412
sp<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
loadVideo
Method · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected