styx_codec/encoder/
mod.rs

1//! Encoder namespace with per-format modules.
2
3pub mod ffmpeg;
4#[cfg(feature = "codec-mozjpeg")]
5pub mod mozjpeg;