| 534 | } |
| 535 | |
| 536 | int64_t FFMS_AudioSource::FrameTS(size_t Packet) const { |
| 537 | return Frames.HasTS ? Frames[Packet].PTS : Frames[Packet].FilePos; |
| 538 | } |
| 539 | |
| 540 | void FFMS_AudioSource::Seek() { |
| 541 | size_t TargetPacket = GetSeekablePacketNumber(Frames, PacketNumber); |
nothing calls this directly
no outgoing calls
no test coverage detected