openipc-video 0.1.35

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

mod config;
mod inspect;

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