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

Function FFMS_GetCodecNameI

src/core/ffms.cpp:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269FFMS_API(const char *) FFMS_GetCodecNameI(FFMS_Indexer *Indexer, int Track) {
270 return Indexer->GetTrackCodec(Track);
271}
272
273FFMS_API(int) FFMS_GetNumFrames(FFMS_Track *T) {
274 return T->VisibleFrameCount();

Callers

nothing calls this directly

Calls 1

GetTrackCodecMethod · 0.80

Tested by

no test coverage detected