| 154 | } |
| 155 | |
| 156 | static bool PTSComparison(FrameInfo FI1, FrameInfo FI2) { |
| 157 | return FI1.PTS < FI2.PTS; |
| 158 | } |
| 159 | |
| 160 | int FFMS_Track::FrameFromPTS(int64_t PTS, bool AllowHidden) const { |
| 161 | FrameInfo F; |
nothing calls this directly
no outgoing calls
no test coverage detected