pub fn apply(frame: &VideoFrame, filter: &VideoFilter) -> Result<VideoFrame>Expand description
Apply one stateless filter. (Overlay errors here — use FilterChain.)
pub fn apply(frame: &VideoFrame, filter: &VideoFilter) -> Result<VideoFrame>Apply one stateless filter. (Overlay errors here — use FilterChain.)