| 347 | } FFMS_Frame; |
| 348 | |
| 349 | typedef struct FFMS_TrackTimeBase { |
| 350 | int64_t Num; |
| 351 | int64_t Den; |
| 352 | } FFMS_TrackTimeBase; |
| 353 | |
| 354 | typedef struct FFMS_FrameInfo { |
| 355 | int64_t PTS; |
nothing calls this directly
no outgoing calls
no test coverage detected