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

Class FFMS_TrackTimeBase

include/ffms.h:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347} FFMS_Frame;
348
349typedef struct FFMS_TrackTimeBase {
350 int64_t Num;
351 int64_t Den;
352} FFMS_TrackTimeBase;
353
354typedef struct FFMS_FrameInfo {
355 int64_t PTS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected