styx-codec 0.1.0

Codec registry and MJPEG/raw codecs for the Styx media stack.
Documentation
1
2
3
4
5
//! Encoder namespace with per-format modules.

pub mod ffmpeg;
#[cfg(feature = "codec-mozjpeg")]
pub mod mozjpeg;