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

Function FFMS_GetTimeBase

src/core/ffms.cpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293FFMS_API(const FFMS_TrackTimeBase *) FFMS_GetTimeBase(FFMS_Track *T) {
294 return &T->TB;
295}
296
297FFMS_API(int) FFMS_WriteTimecodes(FFMS_Track *T, const char *TimecodeFile, FFMS_ErrorInfo *ErrorInfo) {
298 ClearErrorInfo(ErrorInfo);

Callers 3

GetVSFrameMethod · 0.85
GetFrameMethod · 0.85
ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected