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

Method RealFrameNumber

src/core/track.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int FFMS_Track::RealFrameNumber(int Frame) const {
206 return Data->RealFrameNumbers[Frame];
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());

Callers 3

SetVideoPropertiesMethod · 0.80
SeekToMethod · 0.80
GetFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected