mostly working ITU H.264 decoder
[nihav.git] / nihav-itu / src / lib.rs
1 extern crate nihav_core;
2 extern crate nihav_codec_support;
3
4 mod codecs;
5 pub use crate::codecs::itu_register_all_decoders;
6
7 #[cfg(test)]
8 extern crate nihav_commonfmt;