openipc-video 0.1.40

Low-latency platform video decoding for OpenIPC applications
Documentation
1
2
3
4
5
6
7
//! H.265 decoder configuration assembled from VPS, SPS, and PPS NAL units.

mod config;
mod inspect;

pub use config::H265Config;
pub(crate) use inspect::{is_keyframe, nal_type};