| 267 | } |
| 268 | |
| 269 | FFMS_API(const char *) FFMS_GetCodecNameI(FFMS_Indexer *Indexer, int Track) { |
| 270 | return Indexer->GetTrackCodec(Track); |
| 271 | } |
| 272 | |
| 273 | FFMS_API(int) FFMS_GetNumFrames(FFMS_Track *T) { |
| 274 | return T->VisibleFrameCount(); |
nothing calls this directly
no test coverage detected