| 603 | } |
| 604 | |
| 605 | void FFMS_VideoSource::ResetInputFormat() { |
| 606 | InputFormatOverridden = false; |
| 607 | InputFormat = AV_PIX_FMT_NONE; |
| 608 | InputColorSpace = AVCOL_SPC_UNSPECIFIED; |
| 609 | InputColorRange = AVCOL_RANGE_UNSPECIFIED; |
| 610 | |
| 611 | ReAdjustOutputFormat(DecodeFrame); |
| 612 | OutputFrame(DecodeFrame); |
| 613 | } |
| 614 | |
| 615 | void FFMS_VideoSource::SetVideoProperties() { |
| 616 | VP.RFFDenominator = FormatContext->streams[VideoTrack]->time_base.num; |
no outgoing calls
no test coverage detected