1#ifndef DEINTERLACEDFRAME_HH
2#define DEINTERLACEDFRAME_HH
19 [[nodiscard]]
unsigned getLineWidth(
unsigned line)
const override;
20 [[nodiscard]]
const void* getLineInfo(
21 unsigned line,
unsigned& width,
22 void* buf,
unsigned bufWidth)
const override;
28 std::array<FrameSource*, 2> fields;
Produces a deinterlaced video frame based on two other FrameSources (typically two RawFrames) contain...
void init(FrameSource *evenField, FrameSource *oddField)
Interface for getting lines from a video frame.
This file implemented 3 utility functions: