| 401 | } |
| 402 | |
| 403 | void VSVideoSource4::OutputAlphaFrame(const FFMS_Frame *Frame, int Plane, VSFrame *Dst, const VSAPI *vsapi) { |
| 404 | const VSVideoFormat *fi = vsapi->getVideoFrameFormat(Dst); |
| 405 | vsh::bitblt(vsapi->getWritePtr(Dst, 0), vsapi->getStride(Dst, 0), Frame->Data[Plane], Frame->Linesize[Plane], |
| 406 | vsapi->getFrameWidth(Dst, 0) * fi->bytesPerSample, vsapi->getFrameHeight(Dst, 0)); |
| 407 | } |
nothing calls this directly
no outgoing calls
no test coverage detected