| 419 | } |
| 420 | |
| 421 | const char *FFMS_Indexer::GetFormatName() { |
| 422 | return FormatContext->iformat->name; |
| 423 | } |
| 424 | |
| 425 | FFMS_TrackType FFMS_Indexer::GetTrackType(int Track) { |
| 426 | return static_cast<FFMS_TrackType>(FormatContext->streams[Track]->codecpar->codec_type); |
no outgoing calls
no test coverage detected