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

Method VisibleFrameCount

src/core/track.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209int FFMS_Track::VisibleFrameCount() const {
210 return TT == FFMS_TYPE_AUDIO ? static_cast<int>(Data->Frames.size()) : static_cast<int>(Data->RealFrameNumbers.size());
211}
212
213void FFMS_Track::MaybeReorderFrames() {
214 frame_vec &Frames = Data->Frames;

Callers 2

SetVideoPropertiesMethod · 0.80
FFMS_GetNumFramesFunction · 0.80

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected