| 279 | } |
| 280 | |
| 281 | FFMS_API(FFMS_Track *) FFMS_GetTrackFromIndex(FFMS_Index *Index, int Track) { |
| 282 | return &(*Index)[Track]; |
| 283 | } |
| 284 | |
| 285 | FFMS_API(FFMS_Track *) FFMS_GetTrackFromVideo(FFMS_VideoSource *V) { |
| 286 | return V->GetTrack(); |
no outgoing calls
no test coverage detected