| 1191 | } |
| 1192 | |
| 1193 | bool FFmpegReader::GetIsDurationKnown() { |
| 1194 | return this->is_duration_known; |
| 1195 | } |
| 1196 | |
| 1197 | std::shared_ptr<Frame> FFmpegReader::GetFrame(int64_t requested_frame) { |
| 1198 | last_seek_max_frame = -1; |
nothing calls this directly
no outgoing calls
no test coverage detected