styx-codec 0.1.0

Codec registry and MJPEG/raw codecs for the Styx media stack.
Documentation
1
2
3
4
5
6
7
//! MJPEG decoders across backends.

pub use crate::mjpeg::MjpegDecoder;
#[cfg(feature = "codec-turbojpeg")]
pub use crate::mjpeg_turbojpeg::TurbojpegDecoder;
#[cfg(feature = "codec-zune")]
pub use crate::mjpeg_zune::ZuneMjpegDecoder;