scuffle-h265 0.0.1

A pure Rust H.265 header decoder.
Documentation
1
2
3
4
5
6
7
8
mod config;
mod sps;

pub use self::config::{HEVCDecoderConfigurationRecord, NaluArray, NaluType};
pub use self::sps::{ColorConfig, Sps};

#[cfg(test)]
mod tests;