//! Codec framing and decoder configuration independent of any platform API.
/// Split and convert Annex-B byte streams without interpreting codec syntax.
/// H.264 parameter-set configuration types.
/// H.265 parameter-set configuration types.
pub use ;
pub use H264Config;
pub use H265Config;