The dependency ffmpeg-next locked in Cargo.lock does not support FFmpeg 6.1, causing a build failure.
error[E0004]: non-exhaustive patterns: `sys::AVPixelFormat::AV_PIX_FMT_P212BE`, `sys::AVPixelFormat::AV_PIX_FMT_P212LE`, `sys::AVPixelFormat::AV_PIX_FMT_P412BE` and 3 more not covered
Upstream of ffmpeg-next already fixed this issue in https://github.com/zmwangx/rust-ffmpeg-sys/pull/65, and released the fix on crates.io (https://crates.io/crates/ffmpeg-next/versions).
The dependency
ffmpeg-next
locked in Cargo.lock does not support FFmpeg 6.1, causing a build failure.Upstream of
ffmpeg-next
already fixed this issue inhttps://github.com/zmwangx/rust-ffmpeg-sys/pull/65
, and released the fix on crates.io (https://crates.io/crates/ffmpeg-next/versions).