| 275 | } |
| 276 | |
| 277 | FFMS_API(const FFMS_FrameInfo *) FFMS_GetFrameInfo(FFMS_Track *T, int Frame) { |
| 278 | return T->GetFrameInfo(static_cast<size_t>(Frame)); |
| 279 | } |
| 280 | |
| 281 | FFMS_API(FFMS_Track *) FFMS_GetTrackFromIndex(FFMS_Index *Index, int Track) { |
| 282 | return &(*Index)[Track]; |
no test coverage detected