You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps: bump zenavif-parse to 0.6.0, use From impl for gain map conversion
Uses GainMapMetadata::from(&zencodec::GainMapParams) from zenavif-parse
0.6.0 in codec.rs instead of manual n/d field conversion. This ensures
backward_direction is propagated correctly to zencodec::GainMapParams
(previously it was silently dropped).
Also enables zenavif-parse/zencodec feature transitively when zenavif's
zencodec feature is active.
fix: clippy warnings, fmt, set version to 0.1.0
- Apply div_ceil(), remove redundant clone(), collapse nested if-let
- cargo fmt (alignment in codec.rs orientation match)
- Set version to 0.1.0 for first crates.io publish