| 352 | } FFMS_TrackTimeBase; |
| 353 | |
| 354 | typedef struct FFMS_FrameInfo { |
| 355 | int64_t PTS; |
| 356 | int RepeatPict; |
| 357 | int KeyFrame; |
| 358 | int64_t OriginalPTS; |
| 359 | } FFMS_FrameInfo; |
| 360 | |
| 361 | typedef struct FFMS_VideoProperties { |
| 362 | int FPSDenominator; |
nothing calls this directly
no outgoing calls
no test coverage detected