oximedia-codec 0.1.4

Video codec implementations for OxiMedia
Documentation
1
2
3
4
5
6
7
8
//! Portable scalar fallback implementation.
//!
//! This module provides pure Rust fallback implementations that work on
//! any platform without requiring SIMD support.

mod fallback;

pub use fallback::ScalarFallback;