ClipBase override: create a fresh Frame then call the main GetFrame
| 84 | |
| 85 | /// ClipBase override: create a fresh Frame then call the main GetFrame |
| 86 | std::shared_ptr<Frame> GetFrame(int64_t frame_number) override { |
| 87 | return GetFrame(std::make_shared<Frame>(), frame_number); |
| 88 | } |
| 89 | |
| 90 | /// EffectBase override: reproject the QImage |
| 91 | std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, |
nothing calls this directly
no outgoing calls
no test coverage detected