//! `invert` (alias `negate`) — photo-negative the frame. 8-bit `Yuv420p` only.
use Result;
use ;
use crateVideoFrame;
/// Negate every sample (`out = 255 − in`) on luma **and** chroma. Requires
/// 8-bit SDR output — `planes_8bit` errors on a 10-bit frame.
pub