| 47 | } |
| 48 | |
| 49 | bool VideoImpl::needsFrame(fl::u32 now) const { |
| 50 | fl::u32 f1, f2; |
| 51 | bool out = mFrameInterpolator->needsFrame(now, &f1, &f2); |
| 52 | return out; |
| 53 | } |
| 54 | |
| 55 | VideoImpl::~VideoImpl() FL_NOEXCEPT { end(); } |
| 56 |
no outgoing calls
no test coverage detected