MCPcopy Create free account
hub / github.com/FFMS/ffms2 / GetFormatName

Method GetFormatName

src/core/indexing.cpp:421–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

FFMS_GetFormatNameIFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected