| 203 | } |
| 204 | |
| 205 | int FFMS_Track::RealFrameNumber(int Frame) const { |
| 206 | return Data->RealFrameNumbers[Frame]; |
| 207 | } |
| 208 | |
| 209 | int FFMS_Track::VisibleFrameCount() const { |
| 210 | return TT == FFMS_TYPE_AUDIO ? static_cast<int>(Data->Frames.size()) : static_cast<int>(Data->RealFrameNumbers.size()); |
no outgoing calls
no test coverage detected