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

Class FFMS_FrameInfo

include/ffms.h:354–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352} FFMS_TrackTimeBase;
353
354typedef struct FFMS_FrameInfo {
355 int64_t PTS;
356 int RepeatPict;
357 int KeyFrame;
358 int64_t OriginalPTS;
359} FFMS_FrameInfo;
360
361typedef struct FFMS_VideoProperties {
362 int FPSDenominator;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected